Is it localhost?

This commit is contained in:
Oliver Falk
2018-06-12 12:59:55 +02:00
parent f3d63adaf0
commit 52894dd6bf

View File

@@ -100,7 +100,7 @@ if 'MYSQL_DATABASE' in os.environ:
'NAME': os.environ['MYSQL_DATABASE'],
'USER': os.environ['MYSQL_USER'],
'PASSWORD': os.environ['MYSQL_PASSWORD'],
'HOST': 'mysql',
'HOST': 'localhost',
}
if os.path.isfile(os.path.join(BASE_DIR, 'config_local.py')):