Update app.conf

This commit is contained in:
life
2015-01-13 20:04:05 +08:00
parent ac99e20aa4
commit 9803249ab1

View File

@ -10,9 +10,9 @@ site.url=http://localhost:9000
db.host=localhost
#db.host=leanote
db.port=27017
db.dbname=leanote_beta2 # required
db.username= # if not exists, please leave it blank
db.password= # if not exists, please leave it blank
db.dbname=leanote # required
db.username=root # if not exists, please leave it blank
db.password=abc123 # if not exists, please leave it blank
# or you can set the mongdb url
# mongodb://myuser:mypass@localhost:40001,otherhost:40001/mydb
# db.url=mongodb://root:root123@localhost:27017/leanote