Selaa lähdekoodia

Merge remote-tracking branch 'origin/master'

locky 2 vuotta sitten
vanhempi
commit
0abdd84e22
1 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  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': {