Commit 576e8509 authored by John Red Medrano's avatar John Red Medrano

Update base.py

parent c271e793
Pipeline #222 passed with stage
in 26 seconds
......@@ -192,7 +192,7 @@ CHANNEL_LAYERS = {
DATABASES = {
'default': {
'ENGINE': config['SETTINGS']['DATABASE_ENGINE'],
'ENGINE': $testfile,
'NAME': config['SETTINGS']['DATABASE_NAME'],
'USER': config['SETTINGS']['DATABASE_USER'],
'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