Browse Source

更改配置

guanhailong 2 năm trước cách đây
mục cha
commit
422ce884d1
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  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': {