guanhailong пре 2 година
родитељ
комит
422ce884d1
1 измењених фајлова са 2 додато и 2 уклоњено
  1. 2 2
      AnsjerUIDManage/settings.py

+ 2 - 2
AnsjerUIDManage/settings.py

@@ -119,9 +119,9 @@ WSGI_APPLICATION = 'AnsjerUIDManage.wsgi.application'
 # HOST = 'localhost'
 
 DATABASES_NAME = 'ansjer_uid'
-USER_NAME = 'root'
+USER_NAME = 'aws_rds'
 USER_PASSWORD = 'ansjer.x.x'
-HOST = 'localhost'
+HOST = 'ansjer-uid.cvp7gfpnmziz.rds.cn-northwest-1.amazonaws.com.cn'
 
 DATABASES = {
     # 'default': {