Commit e8f53b6e authored by John Red Medrano's avatar John Red Medrano

Update base.py

parent fb966b0c
Pipeline #227 passed with stage
in 28 seconds
...@@ -189,10 +189,10 @@ CHANNEL_LAYERS = { ...@@ -189,10 +189,10 @@ CHANNEL_LAYERS = {
}, },
}, },
} }
print(os.environ)
DATABASES = { DATABASES = {
'default': { 'default': {
'ENGINE': $testfile, 'ENGINE': config['SETTINGS']['DATABASE_ENGINE'],
'NAME': config['SETTINGS']['DATABASE_NAME'], 'NAME': config['SETTINGS']['DATABASE_NAME'],
'USER': config['SETTINGS']['DATABASE_USER'], 'USER': config['SETTINGS']['DATABASE_USER'],
'PASSWORD': config['SETTINGS']['DATABASE_PASSWORD'], 'PASSWORD': config['SETTINGS']['DATABASE_PASSWORD'],
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment