permissions
This commit is contained in:
Binary file not shown.
Binary file not shown.
@@ -128,10 +128,10 @@ import os
|
||||
DATABASES = {
|
||||
'default': {
|
||||
'ENGINE': 'django.db.backends.postgresql',
|
||||
'NAME': 'erkesh_mal',
|
||||
'USER': 'postgres',
|
||||
'PASSWORD': 'swydk',
|
||||
'HOST': 'localhost',
|
||||
'NAME': 'mydatabase',
|
||||
'USER': 'myuser',
|
||||
'PASSWORD': 'mypassword',
|
||||
'HOST': 'db',
|
||||
'PORT': '5432',
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user