reset conf

This commit is contained in:
lealife
2015-09-07 22:20:53 +08:00
parent c568756d16
commit afbda7bfb2

View File

@ -9,9 +9,9 @@ site.url=http://localhost:9000 # or http://x.com:8080, http://www.xx.com:9000
# mongdb # mongdb
db.host=localhost db.host=localhost
db.port=27017 db.port=27017
db.dbname=leanote_server2 # required db.dbname=leanote # required
db.username=root2 # if not exists, please leave it blank db.username= # if not exists, please leave it blank
db.password=abc123 # if not exists, please leave it blank db.password= # if not exists, please leave it blank
# or you can set the mongdb url for more complex needs the format is: # or you can set the mongdb url for more complex needs the format is:
# mongodb://myuser:mypass@localhost:40001,otherhost:40001/mydb # mongodb://myuser:mypass@localhost:40001,otherhost:40001/mydb
# db.url=mongodb://root:root123@localhost:27017/leanote # db.url=mongodb://root:root123@localhost:27017/leanote