Commit 69e37523 authored by 段英荣's avatar 段英荣

modify db config

parent 1c6ae661
...@@ -76,11 +76,11 @@ WSGI_APPLICATION = 'physical.wsgi.application' ...@@ -76,11 +76,11 @@ WSGI_APPLICATION = 'physical.wsgi.application'
DATABASES = { DATABASES = {
'default': { 'default': {
'ENGINE': 'django.db.backends.mysql', 'ENGINE': 'django.db.backends.mysql',
'NAME': 'doris_test', 'NAME': 'alpha',
'USER': 'work', 'USER': 'work',
'PASSWORD': 'workwork', 'PASSWORD': 'Gengmei123',
'HOST': 'rdsmaqevmuzj6jy.mysql.rds.aliyuncs.com', 'HOST': 'rm-2ze5k2we69904787l.mysql.rds.aliyuncs.com',
'PORT': '3306', 'PORT': '3306',
'OPTIONS': { 'OPTIONS': {
"init_command": "SET foreign_key_checks = 0;", "init_command": "SET foreign_key_checks = 0;",
......
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