Browse Source

生产环境代码更新

chenjunkai 5 years ago
parent
commit
a79befeb23
1 changed files with 3 additions and 4 deletions
  1. 3 4
      Ansjer/formal_settings.py

+ 3 - 4
Ansjer/formal_settings.py

@@ -76,11 +76,10 @@ WSGI_APPLICATION = 'Ansjer.formal_wsgi.application'
 # SERVER_HOST = 'localhost'
 # DATABASES_USER = 'ansjer'
 # DATABASES_PASS = '1234'
-
 DATABASE_DATA = 'Ansjer81'
-SERVER_HOST = 'localhost'
-DATABASES_USER = 'ansjer'
-DATABASES_PASS = '1234'
+SERVER_HOST = 'azrdsinstance.clraczw4p0yj.us-west-1.rds.amazonaws.com'
+DATABASES_USER = 'azrds'
+DATABASES_PASS = 'azrds.x.x'
 
 DATABASES = {'default': {
     'ENGINE': 'django.db.backends.mysql',