mirror of
https://github.com/fergalmoran/dss.api.git
synced 2026-03-09 06:45:05 +00:00
Changed DATABASE ADMINUSER to db user
This commit is contained in:
@@ -29,7 +29,7 @@ DATABASES = {
|
||||
'default': {
|
||||
'ENGINE': 'django.db.backends.postgresql_psycopg2',
|
||||
'NAME': DATABASE_NAME,
|
||||
'ADMINUSER': 'postgres',
|
||||
'ADMINUSER': DATABASE_USER,
|
||||
'USER': DATABASE_USER,
|
||||
'PASSWORD': DATABASE_PASSWORD,
|
||||
'HOST': DATABASE_HOST,
|
||||
|
||||
Reference in New Issue
Block a user