Commit 2b233631 by 宋毅

tj

parent ca689aab
......@@ -50,8 +50,10 @@ var settings = {
console.log(ENVINPUT.DB_USER, "............ENVINPUT.DB_USER.........");
console.log(ENVINPUT.DB_PWD, "............ENVINPUT.DB_PWD.........");
console.log(ENVINPUT.DB_HOST, "............ENVINPUT.DB_HOST.........");
console.log(ENVINPUT.DB_PORT, "............ENVINPUT.DB_PORT.........");
return {
dbname: ENVINPUT.DB_NAME,
port: ENVINPUT.DB_PORT,
user: ENVINPUT.DB_USER,
password: ENVINPUT.DB_PWD,
config: {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment