Commit 9e737bfe authored by 顾文旭's avatar 顾文旭

prod fix hot false

parent e4b36649
...@@ -7,14 +7,14 @@ const PANDORA_URI = { ...@@ -7,14 +7,14 @@ const PANDORA_URI = {
development: "http://pandora.yidian-inc.com", development: "http://pandora.yidian-inc.com",
test: "http://pandora.yidian-inc.com", test: "http://pandora.yidian-inc.com",
production: "http://pandora.yidian-inc.com", production: "http://pandora.yidian-inc.com",
preprod: "http://pandora.yidian-inc.com", // preprod: "http://pandora.yidian-inc.com",
}; };
const API_INTERNAL_URI = { const API_INTERNAL_URI = {
test: "http://gateway-test.bp.api.appgc.cn", test: "http://gateway-test.bp.api.appgc.cn",
development: "http://gateway-test.bp.api.appgc.cn", development: "http://gateway-test.bp.api.appgc.cn",
production: "https://gateway.bp.api.appgc.cn", production: "http://gateway.bp.api.appgc.cn",
preprod: "http://gateway-test.bp.api.appgc.cn", // preprod: "http://gateway-test.bp.api.appgc.cn",
}; };
module.exports = { module.exports = {
......
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