username ans pwd is blank
This commit is contained in:
@ -13,11 +13,11 @@ adminUsername=admin
|
|||||||
db.host=localhost
|
db.host=localhost
|
||||||
db.port=27017
|
db.port=27017
|
||||||
db.dbname=leanote # required
|
db.dbname=leanote # required
|
||||||
db.username=root
|
db.username=root # if not exists, please leave blank
|
||||||
db.password=root123
|
db.password=root123 # if not exists, please leave blank
|
||||||
# or you can set the mongdb url
|
# 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
|
||||||
|
|
||||||
# email
|
# email
|
||||||
email.host=
|
email.host=
|
||||||
|
Reference in New Issue
Block a user