修改配置项目

This commit is contained in:
virusdefender
2015-08-16 08:47:03 +08:00
parent d5ab12bb32
commit a36268bcc8
3 changed files with 3 additions and 3 deletions

View File

@@ -18,7 +18,7 @@ DATABASES = {
# 这是web 服务器连接到mongodb 的地址
MONGODB = {
'HOST': '121.42.196.141',
'HOST': '121.42.32.129',
'USERNAME': 'root',
'PASSWORD': 'root',
'PORT': 27017