Commit ff7fe828 authored by 王英豪's avatar 王英豪

1

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