username ans pwd is blank

This commit is contained in:
life
2014-05-09 15:03:06 +08:00
parent 4f23afd8e4
commit 0c9989d380

View File

@ -13,11 +13,11 @@ adminUsername=admin
db.host=localhost
db.port=27017
db.dbname=leanote # required
db.username=root
db.password=root123
# or you can set the mongdb url
db.username=root # if not exists, please leave blank
db.password=root123 # if not exists, please leave blank
# or you can set the mongdb url for more complex needs the format is:
# mongodb://myuser:mypass@localhost:40001,otherhost:40001/mydb
db.url=mongodb://root:root123@localhost:27017/leanote
# db.url=mongodb://root:root123@localhost:27017/leanote
# email
email.host=