Commit 83cd500c authored by wentao.suo's avatar wentao.suo
parents 7b96c60d f5867c20
...@@ -158,3 +158,5 @@ spider.finish.new.url=http://api-${NAMESPACE}.q-gp.com/ex/spider_center/newSpide ...@@ -158,3 +158,5 @@ spider.finish.new.url=http://api-${NAMESPACE}.q-gp.com/ex/spider_center/newSpide
#kafka #kafka
bootstrap_server=qc2-bigdata-hadoop-qa-1001:9092,qc2-bigdata-hadoop-qa-1002:9092,qc2-bigdata-hadoop-qa-1003:9092,qc2-bigdata-hadoop-qa-1004:9092 bootstrap_server=qc2-bigdata-hadoop-qa-1001:9092,qc2-bigdata-hadoop-qa-1002:9092,qc2-bigdata-hadoop-qa-1003:9092,qc2-bigdata-hadoop-qa-1004:9092
#gu-bei
pay.center.host=http://payapi-${NAMESPACE}.q-gp.com
const protocol = window.location.protocol
const opApiHost = `${protocol}//opapi.domain.com`
export default {
opApiHost: opApiHost,
opLoginUrl: `${opApiHost}/user/toLogin`,
opSelectSysUrl: `${opApiHost}/userManage/systemPanel`
}
\ No newline at end of file
...@@ -2,7 +2,8 @@ let protocol = window.location.protocol ...@@ -2,7 +2,8 @@ let protocol = window.location.protocol
module.exports = { module.exports = {
api: protocol + "//passportapi2.domain.com", api: protocol + "//passportapi2.domain.com",
weixinAppid: 'wx89894cd83d117b26', weixinAppid: 'wx89894cd83d117b26',
weixinUri: protocol + '//wechattest.domain.com/wechat/receiveCode/extdata/', //h5-q-gp.com固定地址,不允许修改成namespace。因为线上公众号授信域名为h5.q-gp.com
weixinUri: protocol + '//h5.q-gp.com/wechat/receiveCode/extdata/',
test: true, test: true,
domain: "passport.domain.com" domain: "passport.domain.com"
}; };
\ No newline at end of file
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