Commit 29c646ba authored by 王英豪's avatar 王英豪

2

parent ff7fe828
...@@ -53,11 +53,11 @@ if ENV_PROFILE == "SERVER": ...@@ -53,11 +53,11 @@ if ENV_PROFILE == "SERVER":
DATABASES = { DATABASES = {
'default': { 'default': {
'ENGINE': 'django.db.backends.mysql', 'ENGINE': 'django.db.backends.mysql',
'NAME': 'test_qa', 'OPTIONS': {
'USER': 'qa', 'read_default_file': BASE_DIR + '/release.cnf',
'PASSWORD': 'qatest', 'init_command': 'SET foreign_key_checks = 0;',
'HOST': '172.16.92.55', 'charset': 'utf8mb4',
'PORT': '31257', },
} }
} }
LOGGING = { LOGGING = {
......
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