Commit ba3030b8 authored by tywldx's avatar tywldx
parents b95301ba 32a478c9
...@@ -121,7 +121,7 @@ order.approve.feedback.job.enable=0 ...@@ -121,7 +121,7 @@ order.approve.feedback.job.enable=0
repaymentplan.feedback.job.enable=0 repaymentplan.feedback.job.enable=0
# 允许新用户进件 # 允许新用户进件
permit.new.user = 1 permit.new.user = 1
spider-center.check.url=http://139.198.2.95:38099 spider-center.check.url=http://operator.q-gp.com
# rong360 config end # rong360 config end
# 通用渠道推送的公私钥 # 通用渠道推送的公私钥
xyqb.channel.publicKeyPath=/channel/channel-public-key.pem xyqb.channel.publicKeyPath=/channel/channel-public-key.pem
...@@ -185,7 +185,7 @@ coupon.url=http://redpacket-${NAMESPACE}.q-gp.com ...@@ -185,7 +185,7 @@ coupon.url=http://redpacket-${NAMESPACE}.q-gp.com
usersys.motan.registry=zookeeper:2181 usersys.motan.registry=zookeeper:2181
#招联KA #招联KA
spider-center.check.url.new=http://scapi.xyqb.com spider-center.check.url.new=http://scapi.xyqb.com
auth-center.ocr.url=http://139.198.2.95:38099 auth-center.ocr.url=http://operator.q-gp.com
cash.url=http://qapi-${NAMESPACE}.q-gp.com cash.url=http://qapi-${NAMESPACE}.q-gp.com
warning.loan.mail.port = 587 warning.loan.mail.port = 587
jd_repayment_available = 1 jd_repayment_available = 1
......
...@@ -153,7 +153,7 @@ yunying.activity.url=http://redpacket-${NAMESPACE}.q-gp.com/api/activity/59/reco ...@@ -153,7 +153,7 @@ yunying.activity.url=http://redpacket-${NAMESPACE}.q-gp.com/api/activity/59/reco
user.sdk.url=http://passportapi-${NAMESPACE}.q-gp.com user.sdk.url=http://passportapi-${NAMESPACE}.q-gp.com
user.feature.host=http://featureapi.quantgroup.cn/feature/credit_authorization?business_type=%s&uuid=%s user.feature.host=http://featureapi.quantgroup.cn/feature/credit_authorization?business_type=%s&uuid=%s
spider.center.on.off=0 spider.center.on.off=0
alarm.http.url=http://172.20.1.93:9090/common/alert/authcenter alarm.http.url=http://172.30.220.7:9090/common/alert/authcenter
spider.finish.new.url=http://api-${NAMESPACE}.q-gp.com/ex/spider_center/newSpider_finish spider.finish.new.url=http://api-${NAMESPACE}.q-gp.com/ex/spider_center/newSpider_finish
#kafka #kafka
......
var protocal = window.location.protocol var protocal = window.location.protocol
var apiHost = protocal + '//172.30.220.7:8099' var apiHost = protocal + '//operator.q-gp.com'
var xyqbApiHost = protocal + '//api.domain.com'; var xyqbApiHost = protocal + '//api.domain.com';
module.exports = { module.exports = {
......
import { Injectable } from '@angular/core';
@Injectable()
export class GlobalService {
pipesServer: String = 'http://pipes.domain.com';
bpServerHost: String = `http://pipes.domain.com`;
uploadServerHost: String = `http://pipes.domain.com`;
extend: Function = (s, t) => {
let ks = Object.keys(t)
for (let k of ks) {
s[k] = JSON.parse(JSON.stringify(t[k]))
}
}
}
registry=http://npmprivate.quantgroups.com/
@remy:registry=https://registry.npm.taobao.org
@koa:registry=https://registry.npm.taobao.org
@types:registry=http://registry.npmjs.org/
@babel:registry=http://registry.npmjs.org/
@sindresorhus:registry=http://registry.npmjs.org/
@babel-runtime:registry=http://registry.npmjs.org/
# babylon:registry=http://registry.npmjs.org/
registry=http://registry.npmjs.org/
...@@ -65,7 +65,7 @@ module.exports = { ...@@ -65,7 +65,7 @@ module.exports = {
}, },
spiderCenter:{ spiderCenter:{
root: 'http://scapi.domain.com', root: 'http://scapi.domain.com',
host: 'http://139.198.2.95:38099', //this is v2 host: 'http://operator.q-gp.com', //this is v2
}, },
loanAPIServer: { loanAPIServer: {
root: 'http://api.domain.com', root: 'http://api.domain.com',
...@@ -162,5 +162,7 @@ module.exports = { ...@@ -162,5 +162,7 @@ module.exports = {
}, },
agreement: { agreement: {
host: 'http://api.domain.com' host: 'http://api.domain.com'
},xyqbLoan: {
host: 'http://api.domain.com' //host 是现金贷的地址
} }
}; };
...@@ -5,7 +5,6 @@ const logDir = path.resolve(process.cwd(), './logs') ...@@ -5,7 +5,6 @@ const logDir = path.resolve(process.cwd(), './logs')
module.exports = { module.exports = {
port:80, port:80,
api: { api: {
passport_api: 'http://passportapi.domain.com', passport_api: 'http://passportapi.domain.com',
xjd_api: 'http://api.domain.com', xjd_api: 'http://api.domain.com',
redpacket_api: 'http://redpacket.domain.com', redpacket_api: 'http://redpacket.domain.com',
...@@ -15,7 +14,8 @@ module.exports = { ...@@ -15,7 +14,8 @@ module.exports = {
mall_api: 'http://mallapi.domain.com', mall_api: 'http://mallapi.domain.com',
bt_api: 'http://btapi.domain.com', bt_api: 'http://btapi.domain.com',
appbackend_api: 'http://sappbackend.domain.com', appbackend_api: 'http://sappbackend.domain.com',
pay_api: 'http://payapi.domain.com' pay_api: 'http://payapi.domain.com',
sc_api: 'http://scapi.domain.com'
}, },
redis: { redis: {
...@@ -46,8 +46,8 @@ module.exports = { ...@@ -46,8 +46,8 @@ module.exports = {
}, },
ocr: { ocr: {
auth_api: 'http://139.198.2.95:38099/auth-center/api/ocr/h5/auth_url.json', auth_api: 'http://operator.q-gp.com/auth-center/api/ocr/h5/auth_url.json',
query_api: 'http://139.198.2.95:38099/auth-center/h5/api/ocr/auth.json', query_api: 'http://operator.q-gp.com/auth-center/h5/api/ocr/auth.json',
key: 'wd8bRaLf1nbiMDvPpM1fP9sA2mVSmmpy' key: 'wd8bRaLf1nbiMDvPpM1fP9sA2mVSmmpy'
}, },
......
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