更换 mongodb 设置写法

This commit is contained in:
virusdefender
2015-08-14 10:36:48 +08:00
parent 84b8d1e067
commit a0613e0a75

View File

@@ -16,7 +16,7 @@ DATABASES = {
}
}
mongodb_setting = {
MONGODB = {
'HOST': '127.0.0.1',
'USERNAME': 'root',
'PASSWORD': 'root',