Commit bea8728b authored by tywldx's avatar tywldx

c

parent 0dbff00e
......@@ -41,7 +41,7 @@ if(env == "debug"){
}
vhost[ip] = 'blackPearl';
vhost["bp.q-gp.com"] = 'blackPearl';
vhost["bp.liangkebang.com"] = 'blackPearl';
let path = {
// project
project: './app/',
......@@ -53,8 +53,8 @@ let path = {
path.default_path[ip] = "/home/index";
path.default_jump[ip] = true;
path.default_path["bp.q-gp.com"] = "/home/index";
path.default_jump["bp.q-gp.com"] = true;
path.default_path["bp.liangkebang.com"] = "/home/index";
path.default_jump["bp.liangkebang.com"] = true;
module.exports = makeConfig({
......
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