bugfix production settings

This commit is contained in:
Benni Bärmann 2020-11-11 17:33:20 +01:00
父節點 c06ab48bde
當前提交 2f30ae3d36
共有 1 個文件被更改,包括 2 次插入2 次删除

查看文件

@ -109,7 +109,7 @@ DATABASES = {
'ENGINE': 'django.db.backends.mysql', 'ENGINE': 'django.db.backends.mysql',
'NAME': 'fdb', 'NAME': 'fdb',
'USER': 'fdb', 'USER': 'fdb',
'PASSWORD': get_secret(DATABASE_PASSWORD), 'PASSWORD': get_secret('DATABASE_PASSWORD'),
'HOST': '10.0.6.7', # Or an IP Address that your database is hosted on 'HOST': '10.0.6.7', # Or an IP Address that your database is hosted on
# 'PORT': '3306', # 'PORT': '3306',
#optional: #optional: