Commit aa29af21 by 王昆

gsb

parent 580533c1
......@@ -40,6 +40,8 @@
15. xggpc release-v15.x.x
16. xggadmin release-v16.x.x
17. xggweb release-v17.x.x
18. xggpjb release-v18.x.x
后续号端请继续补充
查看自己项目号段到达的数字,执行git tag | grep v【号段前缀】
......
......@@ -7,8 +7,8 @@ var ENVINPUT = {
REDIS_HOST: process.env.REDIS_HOST,
REDIS_PORT: process.env.REDIS_PORT,
REDIS_PWD: process.env.REDIS_PWD,
DB_NAME: process.env.XGGADMIN_DB_NAME,
REDIS_DB: process.env.XGGADMIN_REDIS_DB,
DB_NAME: process.env.XGGPJB_DB_NAME,
REDIS_DB: process.env.XGGPJB_REDIS_DB,
APP_ENV: process.env.APP_ENV ? process.env.APP_ENV : "dev"
};
var settings = {
......@@ -51,9 +51,9 @@ var settings = {
indexPage: function() {
if(this.env == "dev") {
// return "http://localhost:8080";
return "https://xggadmin.gongsibao.com";
return "https://xggpjb.gongsibao.com";
} else {
return "https://xggadmin.gongsibao.com";
return "https://xggpjb.gongsibao.com";
}
},
homePage: function () {
......
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