From 9803249ab13ecf4dbfab172080bfb0f16198cc97 Mon Sep 17 00:00:00 2001 From: life <lifephp@gmail.com> Date: Tue, 13 Jan 2015 20:04:05 +0800 Subject: [PATCH] Update app.conf --- conf/app.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/conf/app.conf b/conf/app.conf index af245df..3889825 100644 --- a/conf/app.conf +++ b/conf/app.conf @@ -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