Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
config_repository
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
QA
config_repository
Commits
e9bdaf20
Commit
e9bdaf20
authored
Nov 16, 2017
by
daidekun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
remove
parent
0cf06648
Changes
42
Hide whitespace changes
Inline
Side-by-side
Showing
42 changed files
with
0 additions
and
1111 deletions
+0
-1111
account-center.properties
domain/java/account-center.properties
+0
-0
baitiao-zhitou.properties
domain/java/baitiao-zhitou.properties
+0
-30
baitiao.properties
domain/java/baitiao.properties
+0
-55
black-hole.properties
domain/java/black-hole.properties
+0
-43
cash-loan-flow.properties
domain/java/cash-loan-flow.properties
+0
-81
check-accounts.properties
domain/java/check-accounts.properties
+0
-0
customer_helpdesk.properties
domain/java/customer_helpdesk.properties
+0
-0
data-taurus.properties
domain/java/data-taurus.properties
+0
-0
di-ting.properties
domain/java/di-ting.properties
+0
-107
du-jiang-yan.properties
domain/java/du-jiang-yan.properties
+0
-44
finance-api.properties
domain/java/finance-api.properties
+0
-0
financial-system.properties
domain/java/financial-system.properties
+0
-86
fund-manage.properties
domain/java/fund-manage.properties
+0
-0
gu-bei.properties
domain/java/gu-bei.properties
+0
-158
gyxd.properties
domain/java/gyxd.properties
+0
-17
han-gu-guan.properties
domain/java/han-gu-guan.properties
+0
-31
hfbank.properties
domain/java/hfbank.properties
+0
-1
jian-men-guan.properties
domain/java/jian-men-guan.properties
+0
-9
mall-settlement.properties
domain/java/mall-settlement.properties
+0
-0
merchant-backend.properties
domain/java/merchant-backend.properties
+0
-24
msg.properties
domain/java/msg.properties
+0
-0
notify.properties
domain/java/notify.properties
+0
-0
redpacket.properties
domain/java/redpacket.properties
+0
-37
score.properties
domain/java/score.properties
+0
-0
silk-road-backman.properties
domain/java/silk-road-backman.properties
+0
-0
silk-road-caller.properties
domain/java/silk-road-caller.properties
+0
-16
silk-road-eureka.properties
domain/java/silk-road-eureka.properties
+0
-0
silk-road.properties
domain/java/silk-road.properties
+0
-0
spider-center.properties
domain/java/spider-center.properties
+0
-53
traffic-webapp.properties
domain/java/traffic-webapp.properties
+0
-0
urge_dispatcher.properties
domain/java/urge_dispatcher.properties
+0
-0
user_credit.properties
domain/java/user_credit.properties
+0
-0
wechat-config.properties
domain/java/wechat-config.properties
+0
-0
xyqb-backend.properties
domain/java/xyqb-backend.properties
+0
-0
xyqb-btzt-internal.properties
domain/java/xyqb-btzt-internal.properties
+0
-0
xyqb-btzt.properties
domain/java/xyqb-btzt.properties
+0
-0
xyqb-mall.properties
domain/java/xyqb-mall.properties
+0
-88
xyqb-offline.properties
domain/java/xyqb-offline.properties
+0
-36
xyqb-quartz.properties
domain/java/xyqb-quartz.properties
+0
-13
xyqb-user2-query.properties
domain/java/xyqb-user2-query.properties
+0
-0
xyqb-user2.properties
domain/java/xyqb-user2.properties
+0
-69
xyqb.properties
domain/java/xyqb.properties
+0
-113
No files found.
domain/java/account-center.properties
deleted
100644 → 0
View file @
0cf06648
domain/java/baitiao-zhitou.properties
deleted
100644 → 0
View file @
0cf06648
########### mysql ###########
db.btzt.url4btzt
=
jdbc:mysql://${DB_SERVICE_HOST}:${DB_SERVICE_PORT}/xyqb_btzt?useUnicode=true&characterEncoding=UTF8
db.btzt.username
=
${DB_SERVICE_USER}
db.btzt.password
=
${DB_SERVICE_PASSWORD}
slave.db.btzt.url4btzt
=
jdbc:mysql://${DB_SERVICE_HOST}:${DB_SERVICE_PORT}/xyqb_btzt?useUnicode=true&characterEncoding=UTF8
slave.db.btzt.username
=
${DB_SERVICE_USER}
slave.db.btzt.password
=
${DB_SERVICE_PASSWORD}
########### redis ###########
xyqb.redis.master.host
=
${REDIS_SERVICE_HOST}
xyqb.redis.master.port
=
${REDIS_SERVICE_PORT}
######### rabbitmq ##########
rabbitmq.connection.user
=
${RABBITMQ_SERVICE_USER}
rabbitmq.connection.password
=
${RABBITMQ_SERVICE_PASSWORD}
rabbitmq.connection.host
=
${RABBITMQ_SERVICE_HOST}
rabbitmq.connection.port
=
${RABBITMQ_SERVICE_PORT_NODE}
######### zookeeper #########
zookeeper.server
=
${ZOOKEEPER_SERVICE_HOST}:${ZOOKEEPER_SERVICE_PORT}
####### backend service depend ######
# silk-road-eureka
eureka.client.serviceUrl.defaultZone
=
http://${SILK_ROAD_EUREKA_SERVICE_HOST}:${SILK_ROAD_EUREKA_SERVICE_PORT}/eureka/
# black-hole
contract.application.uri
=
http://${BLACK_HOLE_SERVICE_HOST}:${BLACK_HOLE_SERVICE_PORT}
\ No newline at end of file
domain/java/baitiao.properties
deleted
100644 → 0
View file @
0cf06648
########### mysql ###########
bt.data.mysql.jdbc-url
=
jdbc:mysql://db:3306/xyqb?useUnicode=true&characterEncoding=UTF8
bt.data.mysql.password
=
qa
bt.data.mysql.user
=
qatest
########### redis ###########
xyqb.redis.master.host
=
redis
xyqb.redis.master.port
=
6379
######### rabbitmq ##########
rabbitmq.connection.host
=
rabbitmq
rabbitmq.connection.port
=
${RABBITMQ_SERVICE_PORT_NODE}
rabbitmq.connection.user
=
${RABBITMQ_SERVICE_USER}
rabbitmq.connection.password
=
${RABBITMQ_SERVICE_PASSWORD}
######### zookeeper #########
job.zookeeper.url
=
${ZOOKEEPER_SERVICE_HOST}:${ZOOKEEPER_SERVICE_PORT}
####### frontend service depend ######
# bt-ui
qgbc-ui.url
=
http://bt-ui
# xyqb-user-ui
usersysui.url
=
http://${XYQB_USER_UI_SERVICE_HOST}:${XYQB_USER_UI_SERVICE_PORT}
####### backend service depend ######
# han-gu-guan
xyqb-auth.url
=
http://${HAN_GU_GUAN_SERVICE_HOST}:${HAN_GU_GUAN_SERVICE_PORT}
# xyqb-user2
usersys.url
=
http://${XYQB_USER2_SERVICE_HOST}:${XYQB_USER2_SERVICE_PORT}
# xyqb-mall
xyqb-mall.url
=
http://${XYQB_MALL_SERVICE_HOST}:${XYQB_MALL_SERVICE_PORT}
# gu-bei
xyqb.paycenter.url
=
http://${GU_BEI_SERVICE_HOST}:${GU_BEI_SERVICE_PORT}
# spider-center
spider-center
=
http://${SPIDER_CENTER_SERVICE_HOST}:${SPIDER_CENTER_SERVICE_PORT}/
# di-ting
risk.client.url
=
http://${DI_TING_SERVICE_HOST}:${DI_TING_SERVICE_PORT}
# financial-system
ex.finance.api.url
=
http://${FINANCIAL_SYSTEM_SERVICE_HOST}:${FINANCIAL_SYSTEM_SERVICE_PORT}/external/
# redpacket
baitiao_redpacket_notify_url
=
http://${REDPACKET_SERVICE_HOST}:${REDPACKET_SERVICE_PORT}
# redpacket
xyqb.coupon.url
=
http://${REDPACKET_SERVICE_HOST}:${REDPACKET_SERVICE_PORT}
# xyqb-query
xyqb.query.url
=
http://${XYQB_QUERY_SERVICE_HOST}:${XYQB_QUERY_SERVICE_PORT}
# silk-road-eureka
eureka.client.serviceUrl.defaultZone
=
http://${SILK_ROAD_EUREKA_SERVICE_HOST}:${SILK_ROAD_EUREKA_SERVICE_PORT}/eureka/
#
lkb.model.url
=
http://192.168.4.202/Model/openapi
#
lkb.client.url
=
http://192.168.4.193:8083/LKBClient/openapi
\ No newline at end of file
domain/java/black-hole.properties
deleted
100644 → 0
View file @
0cf06648
########### mysql ###########
spring.datasource.url
=
jdbc:mysql://${DB_SERVICE_HOST}:${DB_SERVICE_PORT}/contract?useUnicode=true&characterEncoding=UTF8
spring.datasource.username
=
${DB_SERVICE_USER}
spring.datasource.password
=
${DB_SERVICE_PASSWORD}
########### redis ###########
contract.redis.master.host
=
${REDIS_SERVICE_HOST}
contract.redis.master.port
=
${REDIS_SERVICE_PORT}
######### rabbitmq ##########
rabbitmq.connection.host
=
${RABBITMQ_SERVICE_HOST}
rabbitmq.connection.port
=
${RABBITMQ_SERVICE_PORT_NODE}
rabbitmq.connection.user
=
${RABBITMQ_SERVICE_USER}
rabbitmq.connection.password
=
${RABBITMQ_SERVICE_PASSWORD}
####### backend service depend ######
# xyqb
xyqb.url
=
http://${XYQB_SERVICE_HOST}:${XYQB_SERVICE_PORT}
# passportapi.xyqb.com
usersys.url
=
http://192.168.4.153:7042
#
fdfs.url
=
172.16.3.63:22122
####### The lack of config #######
# email
contract.mail.tomail
=
bin.zhang@quantgroup.cn
contract.mail.from
=
monitor.postloan@quantgroup.cn
contract.mail.host
=
mail.quantgroup.cn
contract.mail.port
=
587
contract.mail.password
=
GftVER4v!7448Dk%
contract.mail.send.error_sum
=
3
contract.mail.send.interval
=
2
# fdfs
spring.jmx.enabled
=
false
fdfs.soTimeout
=
1500
fdfs.connectTimeout
=
600
fdfs.thumbImage.width
=
150
fdfs.thumbImage.height
=
150
fdfs.trackerList
=
fdfs-tracker.quantgroups.com:22122
\ No newline at end of file
domain/java/cash-loan-flow.properties
deleted
100644 → 0
View file @
0cf06648
########### mysql ###########
cashloanflow.data.xyqb.jdbc-url
=
jdbc:mysql://${DB_SERVICE_HOST}:${DB_SERVICE_PORT}/xyqb?useUnicode=true&characterEncoding=UTF8
cashloanflow.data.xyqb.password
=
${DB_SERVICE_PASSWORD}
cashloanflow.data.xyqb.user
=
${DB_SERVICE_USER}
cashloanflow.data.jdbc-url
=
jdbc:mysql://${DB_SERVICE_HOST}:${DB_SERVICE_PORT}/cash_loan_flow?useUnicode=true&characterEncoding=UTF8
cashloanflow.data.password
=
${DB_SERVICE_PASSWORD}
cashloanflow.data.user
=
${DB_SERVICE_USER}
########### redis ###########
cashloanflow.redis.master.host
=
${REDIS_SERVICE_HOST}
cashloanflow.redis.master.port
=
${REDIS_SERVICE_PORT}
######### rabbitmq ##########
loanorder.rabbitmq.connection.host
=
rabbitmq.qa1
loanorder.rabbitmq.connection.port
=
5672
loanorder.rabbitmq.connection.user
=
qa
loanorder.rabbitmq.connection.password
=
qatest
loanprogress.rabbitmq.connection.host
=
${RABBITMQ_SERVICE_HOST}
loanprogress.rabbitmq.connection.port
=
${RABBITMQ_SERVICE_PORT_NODE}
loanprogress.rabbitmq.connection.user
=
${RABBITMQ_SERVICE_USER}
loanprogress.rabbitmq.connection.password
=
{RABBITMQ_SERVICE_PASSWORD}
######### zookeeper #########
usersys.motan.registry
=
${ZOOKEEPER_SERVICE_HOST}:${ZOOKEEPER_SERVICE_PORT}
####### frontend service depend ######
# todo: xyqb-ui or xjd-ui ????
xyqb-ui.url
=
http://192.168.4.102:7001
# todo: xyqb-ui or xjd-ui ????
https.xyqb-ui.url
=
https://192.168.4.102:7001
####### backend service depend ######
# han-gu-guan
xyqb.auth.url
=
http://${HAN_GU_GUAN_SERVICE_HOST}:${HAN_GU_GUAN_SERVICE_PORT}/app/login
# han-gu-guan
user.register.url
=
http://${HAN_GU_GUAN_SERVICE_HOST}:${HAN_GU_GUAN_SERVICE_PORT}
# han-gu-guan
user.login.url
=
http://${HAN_GU_GUAN_SERVICE_HOST}:${HAN_GU_GUAN_SERVICE_PORT}
# gu-bei
pay-center.url
=
http://${GU_BEI_SERVICE_HOST}:${GU_BEI_SERVICE_PORT}
# di-ting
di-ting.url
=
http://${DI_TING_SERVICE_HOST}:${DI_TING_SERVICE_PORT}
# xyqb
xyqb.url
=
http://${XYQB_SERVICE_HOST}:${XYQB_SERVICE_PORT}
# xyqb-query
xyqb.slave.query.url
=
http://${XYQB_QUERY_SERVICE_HOST}:${XYQB_QUERY_SERVICE_PORT}
# du-jiang-yan
du-jiang-yan.url
=
http://${DU_JIANG_YAN_SERVICE_HOST}:${DU_JIANG_YAN_SERVICE_PORT}
# cash-loan-flow
bind.card.callback.url
=
http://${CASH_LOAN_FLOW_SERVICE_HOST}:${CASH_LOAN_FLOW_SERVICE_PORT}/bind_card/notice
# spider-center
spider-center.url
=
http://${SPIDER_CENTER_SERVICE_HOST}:${SPIDER_CENTER_SERVICE_PORT}
# redpacket
coupon.url
=
http://${REDPACKET_SERVICE_HOST}:${REDPACKET_SERVICE_PORT}
# xyqb-user2
usersys.url
=
http://${XYQB_USER2_SERVICE_HOST}:${XYQB_USER2_SERVICE_PORT}
# auth.quantgroup.cn
standard.crawler.url
=
http://192.168.4.193:8099/auth-center/ex/data/import.json
# auth.quantgroup.cn
spider-center.check.url
=
http://139.198.2.95:38099
# openapi.quantgroup.cn
lkb.client.url
=
http://openapi.quantgroup.cn/LKBClient/openapi
# model.quantgroup.cn
model.quantgroup.url
=
http://model.quantgroup.cn
# model.quantgroup.cn
cashloanflow.lkb-model.url
=
http://192.168.192.212:8099/
# spider.quantgroup.cn
rong360.crawler.url
=
http://192.168.4.193:8080/SpiderServer/api/dataTransfer/convert.json
# spider.quantgroup.cn
quantgroup.crawler.url
=
http://10.0.8.35:8080/SpiderServer/api/dataTransfer/convert.json
# spider.quantgroup.cn
liebao.crawler.url
=
http://192.168.4.193:8080/SpiderServer/api/dataTransfer/convert.json
# spider.quantgroup.cn
jd.auth.url
=
http://192.168.4.193:8080
# spider.quantgroup.cn
jd.crawler.url
=
http://192.168.4.193:8080/SpiderServer/api/dataTransfer/receive.json
\ No newline at end of file
domain/java/check-accounts.properties
deleted
100644 → 0
View file @
0cf06648
domain/java/customer_helpdesk.properties
deleted
100644 → 0
View file @
0cf06648
domain/java/data-taurus.properties
deleted
100644 → 0
View file @
0cf06648
domain/java/di-ting.properties
deleted
100644 → 0
View file @
0cf06648
########### mysql ###########
riskcontrol.data.xyqb.jdbc-url
=
jdbc:mysql://${DB_SERVICE_HOST}:${DB_SERVICE_PORT}/xyqb?useUnicode=true&characterEncoding=UTF8
riskcontrol.data.xyqb.user
=
${DB_SERVICE_USER}
riskcontrol.data.xyqb.password
=
${DB_SERVICE_PASSWORD}
riskcontrol.data.riskcontrol.jdbc-url
=
jdbc:mysql://${DB_SERVICE_HOST}:${DB_SERVICE_PORT}/risk_control?useUnicode=true&characterEncoding=UTF8
riskcontrol.data.riskcontrol.user
=
${DB_SERVICE_USER}
riskcontrol.data.riskcontrol.password
=
${DB_SERVICE_PASSWORD}
riskcontrol.data.mall.jdbc-url
=
jdbc:mysql://${DB_SERVICE_HOST}:${DB_SERVICE_PORT}/mall?useUnicode=true&characterEncoding=UTF8
riskcontrol.data.mall.user
=
${DB_SERVICE_USER}
riskcontrol.data.mall.password
=
${DB_SERVICE_PASSWORD}
########### redis ###########
riskcontrol.redis.master.host
=
${REDIS_SERVICE_HOST}
riskcontrol.redis.master.port
=
${REDIS_SERVICE_PORT}
push.redis.master.host
=
${REDIS_SERVICE_HOST}
push.redis.master.port
=
${REDIS_SERVICE_PORT}
######### rabbitmq ##########
rabbitmq.connection.host
=
${RABBITMQ_SERVICE_HOST}
rabbitmq.connection.port
=
${RABBITMQ_SERVICE_PORT_NODE}
rabbitmq.connection.user
=
${RABBITMQ_SERVICE_USER}
rabbitmq.connection.password
=
${RABBITMQ_SERVICE_PASSWORD}
loanorder.rabbitmq.connection.host
=
${RABBITMQ_SERVICE_HOST}
loanorder.rabbitmq.connection.port
=
${RABBITMQ_SERVICE_PORT_NODE}
loanorder.rabbitmq.connection.user
=
${RABBITMQ_SERVICE_USER}
loanorder.rabbitmq.connection.password
=
${RABBITMQ_SERVICE_PASSWORD}
paycenter.rabbitmq.connection.host
=
${RABBITMQ_SERVICE_HOST}
paycenter.rabbitmq.connection.port
=
${RABBITMQ_SERVICE_PORT_NODE}
paycenter.rabbitmq.connection.user
=
${RABBITMQ_SERVICE_USER}
paycenter.rabbitmq.connection.password
=
${RABBITMQ_SERVICE_PASSWORD}
bt.loan.rabbitmq.connection.host
=
${RABBITMQ_SERVICE_HOST}
bt.loan.rabbitmq.connection.port
=
${RABBITMQ_SERVICE_PORT_NODE}
bt.loan.rabbitmq.connection.user
=
${RABBITMQ_SERVICE_USER}
bt.loan.rabbitmq.connection.password
=
${RABBITMQ_SERVICE_PASSWORD}
data.libra.spring.rabbitmq.host
=
${RABBITMQ_SERVICE_HOST}
data.libra.spring.rabbitmq.port
=
${RABBITMQ_SERVICE_PORT_NODE}
data.libra.spring.rabbitmq.username
=
${RABBITMQ_SERVICE_USER}
data.libra.spring.rabbitmq.password
=
${RABBITMQ_SERVICE_PASSWORD}
clotho.rabbitmq.connection.host
=
${RABBITMQ_SERVICE_HOST}
clotho.rabbitmq.connection.port
=
${RABBITMQ_SERVICE_PORT_NODE}
clotho.rabbitmq.connection.user
=
${RABBITMQ_SERVICE_USER}
clotho.rabbitmq.connection.password
=
${RABBITMQ_SERVICE_PASSWORD}
######### zookeeper #########
regCenter.serverList
=
${ZOOKEEPER_SERVICE_HOST}:${ZOOKEEPER_SERVICE_PORT}
####### frontend service depend ######
# todo: xyqb-ui or xjd-ui ????
yg.premium.callbackPageUrl
=
http://m.xyqb.com/loan/card-binding
####### backend service depend ######
# spider-center
spider-center.host
=
http://${SPIDER_CENTER_SERVICE_HOST}:${SPIDER_CENTER_SERVICE_PORT}/ex/common/user_id_cards?phoneNo=%s
# spider-center
spider.center.user.url
=
http://${SPIDER_CENTER_SERVICE_HOST}:${SPIDER_CENTER_SERVICE_PORT}/ex/diting/user
# spider-center
spider.center.zmxy.url
=
http://${SPIDER_CENTER_SERVICE_HOST}:${SPIDER_CENTER_SERVICE_PORT}/ex/diting/zmxy_score
# spider-center
spider.center.userdetail.url
=
http://${SPIDER_CENTER_SERVICE_HOST}:${SPIDER_CENTER_SERVICE_PORT}/ex/diting/user_detail
# spider-center
spider.center.user.photo
=
http://${SPIDER_CENTER_SERVICE_HOST}:${SPIDER_CENTER_SERVICE_PORT}/ex/app/photo
# gyxd
guangyuan.api.url
=
http://${GYXD_SERVICE_HOST}:${GYXD_SERVICE_PORT}
# di-ting
guangyuan.notifyurl
=
http://${DI_TING_SERVICE_HOST}:${DI_TING_SERVICE_PORT}/external/gy/callback
# di-ting
yqg.payment-notify-url
=
http://${DI_TING_SERVICE_HOST}:${DI_TING_SERVICE_PORT}/zhouqian_diting_dev/external/funds/fund-notice
# financial-system
finance.api.url
=
http://${FINANCIAL_SYSTEM_SERVICE_HOST}:${FINANCIAL_SYSTEM_SERVICE_PORT}/api/
# black-hole
blackhole.api.url
=
http://${BLACK_HOLE_SERVICE_HOST}:${BLACK_HOLE_SERVICE_PORT}
# gu-bei
paycenter.api.url
=
http://${GU_BEI_SERVICE_HOST}:${GU_BEI_SERVICE_PORT}/
# xyqb-user2
usersys.url
=
http://${XYQB_USER2_SERVICE_HOST}:${XYQB_USER2_SERVICE_PORT}
# xyqb
xyqb.api.url
=
http://${XYQB_SERVICE_HOST}:${XYQB_SERVICE_PORT}
# xyqb-offline
xyqb.offline.url
=
http://${XYQB_OFFLINE_SERVICE_HOST}:${XYQB_OFFLINE_SERVICE_PORT}
# xyqb-offline
offline.userdetail.url
=
http://${XYQB_OFFLINE_SERVICE_HOST}:${XYQB_OFFLINE_SERVICE_PORT}/ex/diting/
# fendan
xyqb.dispatch.url
=
http://${FENDAN_SERVICE_HOST}:${FENDAN_SERVICE_PORT}/dispatch
#
spide.check.state.url
=
http://192.168.192.248:8080/SpiderServer/api/parse/checkStatus.json
#
make.report.url
=
http://192.168.192.252:8085/RP/pre/makeReport.html
#
riskcontrol.report.model.url
=
http://192.168.4.26:8010
#
riskcontrol.report.make.url
=
http://192.168.4.26:8040
#
riskcontrol.report.manager.url
=
http://192.168.4.26
#
xyqb.app.backend.url
=
http://tappbackend.xyqb.com
#
qiniu.storage.url
=
http://o9xncg89j.bkt.clouddn.com/
# risk.quantgroup.cn
riskmanager.api.url
=
http://192.168.4.204
# fsapi.xyqb.com
finance.system.url
=
http://192.168.4.26:7012
# taurus.quantgroup.cn
zhibaojin.api.host
=
http://192.168.4.164:9050
\ No newline at end of file
domain/java/du-jiang-yan.properties
deleted
100644 → 0
View file @
0cf06648
########### mysql ###########
dujiangyan.data.jdbc-url
=
jdbc:mysql://${DB_SERVICE_HOST}:${DB_SERVICE_PORT}/dujiangyan?useUnicode=true&characterEncoding=UTF8
dujiangyan.data.password
=
${DB_SERVICE_PASSWORD}
dujiangyan.data.user
=
${DB_SERVICE_USER}
######### rabbitmq ##########
#fundmanage.rabbitmq.host=${RABBITMQ_SERVICE_HOST}
#fundmanage.rabbitmq.port=${RABBITMQ_SERVICE_PORT_NODE}
#fundmanage.rabbitmq.user=${RABBITMQ_SERVICE_USER}
#fundmanage.rabbitmq.password=${RABBITMQ_SERVICE_PASSWORD}
#fundmanage.rabbitmq.host=192.168.192.153
#fundmanage.rabbitmq.port=5672
#fundmanage.rabbitmq.user=rabbitadmin
#fundmanage.rabbitmq.password=123456
####### frontend service depend ######
# todo: xyqb-ui or xjd-ui ????
xyqb-ui.url
=
http://192.168.192.206:8999
####### backend service depend ######
# silk-road-eureka
eureka.client.serviceUrl.defaultZone
=
http://${SILK_ROAD_EUREKA_SERVICE_HOST}:${SILK_ROAD_EUREKA_SERVICE_PORT}/eureka/
# han-gu-guan
xyqb.auth.url
=
http://${HAN_GU_GUAN_SERVICE_HOST}:${HAN_GU_GUAN_SERVICE_PORT}/app/login
# gu-bei
pay-center.url
=
http://${GU_BEI_SERVICE_HOST}:${GU_BEI_SERVICE_PORT}
# di-ting
di-ting.url
=
http://${DI_TING_SERVICE_HOST}:${DI_TING_SERVICE_PORT}
# xyqb
xyqb.url
=
http://${XYQB_SERVICE_HOST}:${XYQB_SERVICE_PORT}
# xyqb-query
xyqb.slave.query.url
=
http://${XYQB_QUERY_SERVICE_HOST}:${XYQB_QUERY_SERVICE_PORT}
# xyqb-user2
usersys.url
=
http://${XYQB_USER2_SERVICE_HOST}:${XYQB_USER2_SERVICE_PORT}
# spider.quantgroup.cn
quantgroup.crawler.url
=
http://spider.quantgroup.cn/SpiderServer/api/dataTransfer/convert.json
# openapi.quantgroup.cn
lkb.client.url
=
http://openapi.quantgroup.cn/LKBClient/openapi
\ No newline at end of file
domain/java/finance-api.properties
deleted
100644 → 0
View file @
0cf06648
domain/java/financial-system.properties
deleted
100644 → 0
View file @
0cf06648
########### mysql ###########
spring.datasource.url
=
jdbc:mysql://${DB_SERVICE_HOST}:${DB_SERVICE_PORT}/financial_system?useUnicode=true&characterEncoding=UTF8&allowMultiQueries=true&zeroDateTimeBehavior=convertToNull
spring.datasource.username
=
${DB_SERVICE_USER}
spring.datasource.password
=
${DB_SERVICE_PASSWORD}
api.jdbc.url
=
jdbc:mysql://${DB_SERVICE_HOST}:${DB_SERVICE_PORT}/financial_system_api?useUnicode=true&characterEncoding=UTF8&allowMultiQueries=true&zeroDateTimeBehavior=convertToNull
api.jdbc.username
=
${DB_SERVICE_USER}
api.jdbc.password
=
${DB_SERVICE_PASSWORD}
system.jdbc.url
=
jdbc:mysql://${DB_SERVICE_HOST}:${DB_SERVICE_PORT}/financial_system?useUnicode=true&characterEncoding=UTF8&allowMultiQueries=true&zeroDateTimeBehavior=convertToNull
system.jdbc.username
=
${DB_SERVICE_USER}
system.jdbc.password
=
${DB_SERVICE_PASSWORD}
xyqb.jdbc.url
=
jdbc:mysql://${DB_SERVICE_HOST}:${DB_SERVICE_PORT}/xyqb?useUnicode=true&characterEncoding=UTF8&allowMultiQueries=true&zeroDateTimeBehavior=convertToNull
xyqb.jdbc.username
=
${DB_SERVICE_USER}
xyqb.jdbc.password
=
${DB_SERVICE_PASSWORD}
paycenter.jdbc.url
=
jdbc:mysql://${DB_SERVICE_HOST}:${DB_SERVICE_PORT}/payment_center?useUnicode=true&characterEncoding=UTF8&allowMultiQueries=true&zeroDateTimeBehavior=convertToNull
paycenter.jdbc.username
=
${DB_SERVICE_USER}
paycenter.jdbc.password
=
${DB_SERVICE_PASSWORD}
btzt.jdbc.url
=
jdbc:mysql://${DB_SERVICE_HOST}:${DB_SERVICE_PORT}/xyqb_btzt?useUnicode=true&characterEncoding=UTF8&allowMultiQueries=true&zeroDateTimeBehavior=convertToNull
btzt.jdbc.username
=
${DB_SERVICE_USER}
btzt.jdbc.password
=
${DB_SERVICE_PASSWORD}
########### redis ###########
financial.redis.master.host
=
${REDIS_SERVICE_HOST}
financial.redis.master.port
=
${REDIS_SERVICE_PORT}
######### rabbitmq ##########
rabbitmq.connection.host
=
${RABBITMQ_SERVICE_HOST}
rabbitmq.connection.port
=
${RABBITMQ_SERVICE_PORT_NODE}
rabbitmq.connection.user
=
${RABBITMQ_SERVICE_USER}
rabbitmq.connection.password
=
${RABBITMQ_SERVICE_PASSWORD}
####### backend service depend ######
# xyqb
xyqb.api.url
=
http://${XYQB_SERVICE_HOST}:${XYQB_SERVICE_PORT}
# xyqb
financial.url.repayXyqbDetail
=
http://${XYQB_SERVICE_HOST}:${XYQB_SERVICE_PORT}/ex/repayment/loan/detail/financial
# xyqb
financial.url.payXyqbDetail
=
http://${XYQB_SERVICE_HOST}:${XYQB_SERVICE_PORT}/ex/payment/loan/detail/financial
# xyqb
org.query.queryUrl
=
http://${XYQB_SERVICE_HOST}:${XYQB_SERVICE_PORT}/ex/repayment/plans
# xyqb
dingting.url.repaymentQuery
=
http://${XYQB_SERVICE_HOST}:${XYQB_SERVICE_PORT}/ex/repayment/view
# xyqb
financial.url.repayBaitiaoDetail
=
http://${XYQB_SERVICE_HOST}:${XYQB_SERVICE_PORT}/ex/repayment/baitiao/detail/financial
# redpacket
redpacket.url.queryPage
=
http://${REDPACKET_SERVICE_HOST}:${REDPACKET_SERVICE_PORT}/api/coupon/cash_record/search
# xyqb-offline
financial.url.repayXyqbOfflineDetail
=
http://${XYQB_OFFLINE_SERVICE_HOST}:${XYQB_OFFLINE_SERVICE_PORT}/ex/financial/get_repay_plan
# xyqb-query
financial.url.getUnRepayPlan.xyqbdb
=
http://${XYQB_QUERY_SERVICE_HOST}:${XYQB_QUERY_SERVICE_PORT}/xyqb/repay/unPaidPlans
# xyqb-query
financial.url.getUnRepayPlan.offlinedb
=
http://${XYQB_QUERY_SERVICE_HOST}:${XYQB_QUERY_SERVICE_PORT}/offline/repay/unPaidPlans
# xyqb-query
financial.url.getUnRepayPlan.baitiao
=
http://${XYQB_QUERY_SERVICE_HOST}:${XYQB_QUERY_SERVICE_PORT}/baitiao/repay/unPaidPlans
# xyqb-query
financial.url.getUnRepayPlan.baitiao_bill
=
http://${XYQB_QUERY_SERVICE_HOST}:${XYQB_QUERY_SERVICE_PORT}/baitiao_bill/repay/unPaidPlans
# xyqb-query
financial.url.getBankInfo
=
http://${XYQB_QUERY_SERVICE_HOST}:${XYQB_QUERY_SERVICE_PORT}/paycenter/bank/cardNoAndPayApproachByOrderNo
# jian-men-guan
org.query.loginUrl
=
http://${JIAN_MEN_GUAN_SERVICE_HOST}:${JIAN_MEN_GUAN_SERVICE_PORT}/user/login
# di-ting
diting.loan.flowno.url
=
http://${DI_TING_SERVICE_HOST}:${DI_TING_SERVICE_PORT}/ex/inside/loan/3rd_flow_nos
# di-ting
rapi.xyqb.plans
=
http://${DI_TING_SERVICE_HOST}:${DI_TING_SERVICE_PORT}/external/hubei/plans
# di-ting
dingting.repay.url
=
http://${DI_TING_SERVICE_HOST}:${DI_TING_SERVICE_PORT}/ex/inside/repay/
# gu-bei
paymentCenter.url.compensatory
=
http://${GU_BEI_SERVICE_HOST}:${GU_BEI_SERVICE_PORT}/ex/hf_compensatory/compensatory
# gu-bei
paycenter.pay.url
=
http://${GU_BEI_SERVICE_HOST}:${GU_BEI_SERVICE_PORT}
#
zhongwang.notify.repay.url
=
http://dsdtest.imassbank.com/microcredit/wt/repaySuccNotify
#
zhongwang.notify.pursue.url
=
http://dsdtest.imassbank.com/microcredit/wt/afterCompensationNotify
#
zhongwang.query.plan.url
=
http://dsdtest.imassbank.com/microcredit/load/queryreplayplan
#
financialApi.url.hubeiSendDisc
=
http://localhost:9008/api/hubei/sendDisc
#
thirdparty.api.hubei
=
http://116.211.134.215/Gateway/servlet/OutsiteReqServlet
# model.quantgroup.cn
org.query.baitiaoOverdueUrl
=
http://192.168.4.202/Model/openapi/baitiao/faxi_v2.json
# data-query.quantgroup.cn
user.query.gateway
=
http://192.168.4.193:8081
\ No newline at end of file
domain/java/fund-manage.properties
deleted
100644 → 0
View file @
0cf06648
domain/java/gu-bei.properties
deleted
100644 → 0
View file @
0cf06648
########### mysql ###########
payCenter.data.mysql.jdbc-url
=
jdbc:mysql://${DB_SERVICE_HOST}:${DB_SERVICE_PORT}/payment_center?useUnicode=true&characterEncoding=UTF8
payCenter.data.mysql.password
=
${DB_SERVICE_PASSWORD}
payCenter.data.mysql.user
=
${DB_SERVICE_USER}
########### redis ###########
paycenter.redis.master.host
=
${REDIS_SERVICE_HOST}
paycenter.redis.master.port
=
${REDIS_SERVICE_PORT}
######### rabbitmq ##########
rabbitmq.connection.host
=
${RABBITMQ_SERVICE_HOST}
rabbitmq.connection.port
=
${RABBITMQ_SERVICE_PORT_NODE}
rabbitmq.connection.user
=
${RABBITMQ_SERVICE_USER}
rabbitmq.connection.password
=
${RABBITMQ_SERVICE_PASSWORD}
paycenter.rabbitmq.connection.host
=
${RABBITMQ_SERVICE_HOST}
paycenter.rabbitmq.connection.port
=
${RABBITMQ_SERVICE_PORT_NODE}
paycenter.rabbitmq.connection.user
=
${RABBITMQ_SERVICE_USER}
paycenter.rabbitmq.connection.password
=
${RABBITMQ_SERVICE_PASSWORD}
####### frontend service depend ######
todo
:
pay-center-ui or new-paycenter-ui ????
paycenter.host.url
=
http://192.168.12.15:5600
####### backend service depend ######
# di-ting
diting.search.plan.url
=
http://${DI_TING_SERVICE_HOST}:${DI_TING_SERVICE_PORT}/ex/inside/loan/{loanId}/simple_info
# di-ting
diting.find.account.url
=
http://${DI_TING_SERVICE_HOST}:${DI_TING_SERVICE_PORT}/ex/inside/funding_corp/{id}/va_info
# di-ting
diting.agency_repay.notify.url
=
http://${DI_TING_SERVICE_HOST}:${DI_TING_SERVICE_PORT}/ex/inside/repay/{loanId}/{planId}/agency_repay/notify
# di-ting
diting.loan.url
=
http://${DI_TING_SERVICE_HOST}:${DI_TING_SERVICE_PORT}/
# han-gu-guan
xyqb-auth.url
=
http://${HAN_GU_GUAN_SERVICE_HOST}:${HAN_GU_GUAN_SERVICE_PORT}
# cash-loan-flow
third.sms.api
=
http://${CASH_LOAN_FLOW_SERVICE_HOST}:${CASH_LOAN_FLOW_SERVICE_PORT}/sms/sendMsg
# xyqb-query
xyqb.slave.query.url
=
http://${XYQB_QUERY_SERVICE_HOST}:${XYQB_QUERY_SERVICE_PORT}
# gu-bei
umpay.xyqb.repay_notify_url
=
http://${GU_BEI_SERVICE_HOST}:${GU_BEI_SERVICE_PORT}/ex/umpay/callback
# gu-bei
umpay.xyqb.pay_notify_url
=
http://${GU_BEI_SERVICE_HOST}:${GU_BEI_SERVICE_PORT}/ex/umpay/pay/callback
# gu-bei
umpay.bt.pay_notify_url
=
http://${GU_BEI_SERVICE_HOST}:${GU_BEI_SERVICE_PORT}/zhouqian_dev/ex/umpay/pay/callback
# gu-bei
umpay.bt.repay_notify_url
=
http://${GU_BEI_SERVICE_HOST}:${GU_BEI_SERVICE_PORT}/zhouqian_dev/ex/umpay/bt/callback
# gu-bei
umpay.btzt.pay_notify_url
=
http://${GU_BEI_SERVICE_HOST}:${GU_BEI_SERVICE_PORT}/zhouqian_dev/ex/umpay/pay/callback
# gu-bei
umpay.btzt.repay_notify_url
=
http://${GU_BEI_SERVICE_HOST}:${GU_BEI_SERVICE_PORT}/zhouqian_dev/ex/umpay/btzt/callback
# gu-bei
wx.xyqb.repay_callback
=
http://${GU_BEI_SERVICE_HOST}:${GU_BEI_SERVICE_PORT}/ex/wxpay/xyqb/callback
# gu-bei
wx.bt.repay_callback
=
http://${GU_BEI_SERVICE_HOST}:${GU_BEI_SERVICE_PORT}/ex/wxpay/bt/callback
# gu-bei
wx.mall.repay_callback
=
http://${GU_BEI_SERVICE_HOST}:${GU_BEI_SERVICE_PORT}/ex/wxpay/mall/callback
# gu-bei
wx.btzt.repay_callback
=
http://${GU_BEI_SERVICE_HOST}:${GU_BEI_SERVICE_PORT}/ex/wxpay/btzt/callback
# gu-bei
yeepayPayCallBackUrl
=
http://${GU_BEI_SERVICE_HOST}:${GU_BEI_SERVICE_PORT}/zhouqian_dev/paycenter-out/ex/yeepay/callback
# gu-bei
yeepayWithdrawCallBackUrl
=
http://${GU_BEI_SERVICE_HOST}:${GU_BEI_SERVICE_PORT}/zhouqian_dev/paycenter-out/ex/yeepay/pay/callback
# gu-bei
yeepayPayCallBackUrl2
=
http://${GU_BEI_SERVICE_HOST}:${GU_BEI_SERVICE_PORT}/zhouqian_dev/ex/bt/yeepay/callback
# gu-bei
yeepayWithdrawCallBackUrl2
=
http://${GU_BEI_SERVICE_HOST}:${GU_BEI_SERVICE_PORT}/zhouqian_dev/ex/bt/yeepay/pay/callback
# gu-bei
yeepayPayCallBackUrl3
=
http://${GU_BEI_SERVICE_HOST}:${GU_BEI_SERVICE_PORT}/zhouqian_dev/ex/gy/yeepay/callback
# gu-bei
yeepayWithdrawCallBackUrl3
=
http://${GU_BEI_SERVICE_HOST}:${GU_BEI_SERVICE_PORT}/zhouqian_dev/ex/gy/yeepay/pay/callback
# gu-bei
yeepayPayCallBackUrl4
=
http://${GU_BEI_SERVICE_HOST}:${GU_BEI_SERVICE_PORT}/zhouqian_dev/ex/bh/yeepay/callback
# gu-bei
yeepayWithdrawCallBackUrl4
=
http://${GU_BEI_SERVICE_HOST}:${GU_BEI_SERVICE_PORT}/zhouqian_dev/ex/bh/yeepay/pay/callback
# gu-bei
yeepay.v2.xyqb.bindcard.callback
=
http://${GU_BEI_SERVICE_HOST}:${GU_BEI_SERVICE_PORT}/paycenter-out/ex/yeepay/v2/xyqb/bindcard/callback
# gu-bei
yeepay.v2.xyqb.repay.callback
=
http://${GU_BEI_SERVICE_HOST}:${GU_BEI_SERVICE_PORT}/paycenter-out/ex/yeepay/v2/xyqb/repay/callback
# gu-bei
yeepay.v2.xyqb.withdraw.callback
=
http://${GU_BEI_SERVICE_HOST}:${GU_BEI_SERVICE_PORT}/paycenter-out/ex/yeepay/v2/xyqb/withdraw/callback
# gu-bei
yeepay.v2.xyqb.divide.callback
=
http://${GU_BEI_SERVICE_HOST}:${GU_BEI_SERVICE_PORT}/paycenter-out/ex/yeepay/v2/xyqb/divide/callback
# gu-bei
yeepay.v2.bt.bindcard.callback
=
http://${GU_BEI_SERVICE_HOST}:${GU_BEI_SERVICE_PORT}/paycenter-out/ex/yeepay/v2/bt/bindcard/callback
# gu-bei
yeepay.v2.bt.repay.callback
=
http://${GU_BEI_SERVICE_HOST}:${GU_BEI_SERVICE_PORT}/paycenter-out/ex/yeepay/v2/bt/binrepaydcard/callback
# gu-bei
yeepay.v2.gyxd.bindcard.callback
=
http://${GU_BEI_SERVICE_HOST}:${GU_BEI_SERVICE_PORT}/paycenter-out/ex/yeepay/v2/gyxd/bindcard/callback
# gu-bei
yeepay.v2.gyxd.repay.callback
=
http://${GU_BEI_SERVICE_HOST}:${GU_BEI_SERVICE_PORT}/paycenter-out/ex/yeepay/v2/gyxd/repay/callback
# gu-bei
yeepay.v2.gyxd.withdraw.callback
=
http://${GU_BEI_SERVICE_HOST}:${GU_BEI_SERVICE_PORT}/paycenter-out/ex/yeepay/v2/gyxd/withdraw/callback
# gu-bei
yeepay.v2.bh.bindcard.callback
=
http://${GU_BEI_SERVICE_HOST}:${GU_BEI_SERVICE_PORT}/paycenter-out/ex/yeepay/v2/bh/bindcard/callback
# gu-bei
yeepay.v2.bh.repay.callback
=
http://${GU_BEI_SERVICE_HOST}:${GU_BEI_SERVICE_PORT}/paycenter-out/ex/yeepay/v2/bh/repay/callback
# gu-bei
yeepay.v2.bh.withdraw.callback
=
http://${GU_BEI_SERVICE_HOST}:${GU_BEI_SERVICE_PORT}/paycenter-out/ex/yeepay/v2/bh/withdraw/callback
# gu-bei
yeepay.v2.bh2.bindcard.callback
=
http://${GU_BEI_SERVICE_HOST}:${GU_BEI_SERVICE_PORT}/paycenter-out/ex/yeepay/v2/bh/bindcard/callback
# gu-bei
yeepay.v2.bh2.repay.callback
=
http://${GU_BEI_SERVICE_HOST}:${GU_BEI_SERVICE_PORT}/paycenter-out/ex/yeepay/v2/bh/repay/callback
# gu-bei
yeepay.v2.bh2.withdraw.callback
=
http://${GU_BEI_SERVICE_HOST}:${GU_BEI_SERVICE_PORT}/paycenter-out/ex/yeepay/v2/bh/withdraw/callback
# gu-bei
yeepay.v2.bh3.bindcard.callback
=
http://${GU_BEI_SERVICE_HOST}:${GU_BEI_SERVICE_PORT}/paycenter-out/ex/yeepay/v2/bh/bindcard/callback
# gu-bei
yeepay.v2.bh3.repay.callback
=
http://${GU_BEI_SERVICE_HOST}:${GU_BEI_SERVICE_PORT}/paycenter-out/ex/yeepay/v2/bh/repay/callback
# gu-bei
yeepay.v2.bh3.withdraw.callback
=
http://${GU_BEI_SERVICE_HOST}:${GU_BEI_SERVICE_PORT}/paycenter-out/ex/yeepay/v2/bh/withdraw/callback
# gu-bei
yeepay.v2.bh4.bindcard.callback
=
http://${GU_BEI_SERVICE_HOST}:${GU_BEI_SERVICE_PORT}/paycenter-out/ex/yeepay/v2/bh4/bindcard/callback
# gu-bei
yeepay.v2.bh4.repay.callback
=
http://${GU_BEI_SERVICE_HOST}:${GU_BEI_SERVICE_PORT}/paycenter-out/ex/yeepay/v2/bh4/repay/callback
# gu-bei
yeepay.v2.bh4.withdraw.callback
=
http://${GU_BEI_SERVICE_HOST}:${GU_BEI_SERVICE_PORT}/paycenter-out/ex/yeepay/v2/bh4/withdraw/callback
# gu-bei
yeepay.v2.btzt.bindcard.callback
=
http://${GU_BEI_SERVICE_HOST}:${GU_BEI_SERVICE_PORT}/paycenter-out/ex/yeepay/v2/btzt/bindcard/callback
# gu-bei
yeepay.v2.btzt.repay.callback
=
http://${GU_BEI_SERVICE_HOST}:${GU_BEI_SERVICE_PORT}/paycenter-out/ex/yeepay/v2/btzt/repay/callback
# gu-bei
yeepay.v2.bh5.bindcard.callback
=
http://${GU_BEI_SERVICE_HOST}:${GU_BEI_SERVICE_PORT}/paycenter-out/ex/yeepay/v2/bh5/bindcard/callback
# gu-bei
yeepay.v2.bh5.repay.callback
=
http://${GU_BEI_SERVICE_HOST}:${GU_BEI_SERVICE_PORT}/paycenter-out/ex/yeepay/v2/bh5/repay/callback
# gu-bei
yeepay.v2.bh5.withdraw.callback
=
http://${GU_BEI_SERVICE_HOST}:${GU_BEI_SERVICE_PORT}/paycenter-out/ex/yeepay/v2/xyqb/withdraw/callback
# gu-bei
yeepay.v2.bh5.divide.callback
=
http://${GU_BEI_SERVICE_HOST}:${GU_BEI_SERVICE_PORT}/paycenter-out/ex/yeepay/v2/bh5/divide/callback
# gu-bei
yeepay.v2.gdxd.bindcard.callback
=
http://${GU_BEI_SERVICE_HOST}:${GU_BEI_SERVICE_PORT}/paycenter-out/ex/yeepay/v2/gdxd/bindcard/callback
# gu-bei
yeepay.v2.gdxd.repay.callback
=
http://${GU_BEI_SERVICE_HOST}:${GU_BEI_SERVICE_PORT}/paycenter-out/ex/yeepay/v2/gdxd/repay/callback
# gu-bei
yeepay.v2.gdxd.withdraw.callback
=
http://${GU_BEI_SERVICE_HOST}:${GU_BEI_SERVICE_PORT}/paycenter-out/ex/yeepay/v2/gdxd/withdraw/callback
# gu-bei
yeepay.v2.gdxd.divide.callback
=
http://${GU_BEI_SERVICE_HOST}:${GU_BEI_SERVICE_PORT}/paycenter-out/ex/yeepay/v2/gdxd/divide/callback
# gu-bei
yeepay.v2.bh9.bindcard.callback
=
http://${GU_BEI_SERVICE_HOST}:${GU_BEI_SERVICE_PORT}/paycenter-out/ex/yeepay/v2/bh9/bindcard/callback
# gu-bei
yeepay.v2.bh9.repay.callback
=
http://${GU_BEI_SERVICE_HOST}:${GU_BEI_SERVICE_PORT}/paycenter-out/ex/yeepay/v2/bh9/repay/callback
# gu-bei
yeepay.v2.bh9.withdraw.callback
=
http://${GU_BEI_SERVICE_HOST}:${GU_BEI_SERVICE_PORT}/paycenter-out/ex/yeepay/v2/bh9/withdraw/callback
# gu-bei
yeepay.v2.bh9.divide.callback
=
http://${GU_BEI_SERVICE_HOST}:${GU_BEI_SERVICE_PORT}/paycenter-out/ex/yeepay/v2/bh9/divide/callback
# gu-bei
yxpay.sign_and_repay.notify_url
=
http://${GU_BEI_SERVICE_HOST}:${GU_BEI_SERVICE_PORT}/paycenter-out/ex/yxpay/callback/sign_and_repay
# gu-bei
yxpay.remittance.notify_url
=
http://${GU_BEI_SERVICE_HOST}:${GU_BEI_SERVICE_PORT}/paycenter-out/ex/yxpay/callback/remittance
# gu-bei
yxpay.retry_withhold.notify_url
=
http://${GU_BEI_SERVICE_HOST}:${GU_BEI_SERVICE_PORT}/paycenter-out/ex/yxpay/callback/retryWithhold
# gu-bei
yxpay.online_prepayment.notify_url
=
http://${GU_BEI_SERVICE_HOST}:${GU_BEI_SERVICE_PORT}/paycenter-out/ex/yxpay/callback/prepayment
# gu-bei
yxpay.bank_card_verify.notify_url
=
http://${GU_BEI_SERVICE_HOST}:${GU_BEI_SERVICE_PORT}/paycenter-out/ex/yxpay/callback/bank_card_verify
\ No newline at end of file
domain/java/gyxd.properties
deleted
100644 → 0
View file @
0cf06648
########### mysql ###########
spring.datasource.url
=
jdbc:mysql://${DB_SERVICE_HOST}:${DB_SERVICE_PORT}/gyxd?useUnicode=true&characterEncoding=UTF8&autoReconnect=true
spring.datasource.username
=
${DB_SERVICE_USER}
spring.datasource.password
=
${DB_SERVICE_PASSWORD}
########### redis ###########
xyqb.redis.master.host
=
${REDIS_SERVICE_HOST}
xyqb.redis.master.port
=
${REDIS_SERVICE_PORT}
####### backend service depend ######
# gu-bei
xyqb.payapi.host
=
http://${GU_BEI_SERVICE_HOST}:${GU_BEI_SERVICE_PORT}
# qin-qiong todo: temporary
#xyqb.qinqiong.url=http://${QIN_QIONG_SERVICE_HOST}:${QIN_QIONG_SERVICE_PORT}
xyqb.qinqiong.url
=
http://192.168.4.105:7022
\ No newline at end of file
domain/java/han-gu-guan.properties
deleted
100644 → 0
View file @
0cf06648
########### mysql ###########
xyqb.data.mysql.jdbc-url
=
jdbc:mysql://${DB_SERVICE_HOST}:${DB_SERVICE_PORT}/xyqb?useUnicode=true&characterEncoding=UTF8
xyqb.data.mysql.password
=
${DB_SERVICE_PASSWORD}
xyqb.data.mysql.user
=
${DB_SERVICE_USER}
########### redis ###########
xyqb.redis.master.host
=
${REDIS_SERVICE_HOST}
xyqb.redis.master.port
=
${REDIS_SERVICE_PORT}
####### frontend service depend ######
# todo: xyqb-ui or xjd-ui ????
xyqb.url
=
http://192.168.192.206:8999
####### backend service depend ######
## xyqb
xyqb.api.url
=
http://${XYQB_SERVICE_HOST}:${XYQB_SERVICE_PORT}
# han-gu-guan
xyqb.auth.url
=
http://${HAN_GU_GUAN_SERVICE_HOST}:${HAN_GU_GUAN_SERVICE_PORT}
# xyqb-user2
usersys.url
=
http://${XYQB_USER2_SERVICE_HOST}:${XYQB_USER2_SERVICE_PORT}
#
lkb.client.url
=
http://192.168.192.251:8082/LKBClient/openapi
#
lkb.import.url
=
http://spider.quantgroup.cn
#
lkb.url
=
http://192.168.192.251:8081/LKB
#
model.quantgroup.url
=
http://model.quantgroup.cn
\ No newline at end of file
domain/java/hfbank.properties
deleted
100644 → 0
View file @
0cf06648
]
\ No newline at end of file
domain/java/jian-men-guan.properties
deleted
100644 → 0
View file @
0cf06648
########### mysql ###########
spring.datasource.url
=
jdbc:mysql://${DB_SERVICE_HOST}:${DB_SERVICE_PORT}/risk_control?useUnicode=true&characterEncoding=UTF8&autoReconnect=true
spring.datasource.username
=
${DB_SERVICE_USER}
spring.datasource.password
=
${DB_SERVICE_PASSWORD}
########### redis ###########
riskcontrol.redis.master.host
=
${REDIS_SERVICE_HOST}
riskcontrol.redis.master.port
=
${REDIS_SERVICE_PORT}
\ No newline at end of file
domain/java/mall-settlement.properties
deleted
100644 → 0
View file @
0cf06648
domain/java/merchant-backend.properties
deleted
100644 → 0
View file @
0cf06648
########### mysql ###########
merchant.data.mysql.jdbc-url
=
jdbc:mysql://${DB_SERVICE_HOST}:${DB_SERVICE_PORT}/merchant?useUnicode=true&characterEncoding=UTF8
merchant.data.mysql.user
=
${DB_SERVICE_USER}
merchant.data.mysql.password
=
${DB_SERVICE_PASSWORD}
mall.data.jdbc-url
=
jdbc:mysql://${DB_SERVICE_HOST}:${DB_SERVICE_PORT}/mall?useUnicode=true&characterEncoding=UTF8
mall.data.user
=
${DB_SERVICE_USER}
mall.data.password
=
${DB_SERVICE_PASSWORD}
########### redis ###########
redis.master.host
=
${REDIS_SERVICE_HOST}
redis.master.port
=
${REDIS_SERVICE_PORT}
######### rabbitmq ##########
rabbitmq.connection.host
=
${RABBITMQ_SERVICE_HOST}
rabbitmq.connection.port
=
${RABBITMQ_SERVICE_PORT_NODE}
rabbitmq.connection.user
=
${RABBITMQ_SERVICE_USER}
rabbitmq.connection.password
=
${RABBITMQ_SERVICE_PASSWORD}
####### backend service depend ######
# xyqb-mall
mall.notify.url
=
http://${XYQB_MALL_SERVICE_HOST}:${XYQB_MALL_SERVICE_PORT}
\ No newline at end of file
domain/java/msg.properties
deleted
100644 → 0
View file @
0cf06648
domain/java/notify.properties
deleted
100644 → 0
View file @
0cf06648
domain/java/redpacket.properties
deleted
100644 → 0
View file @
0cf06648
########### mysql ###########
redpacket.data.mysql.jdbc-url
=
jdbc:mysql://${DB_SERVICE_HOST}:${DB_SERVICE_PORT}/redpacket?useUnicode=true&characterEncoding=UTF8
redpacket.data.mysql.user
=
${DB_SERVICE_USER}
redpacket.data.mysql.password
=
${DB_SERVICE_PASSWORD}
########### redis ###########
xyqb.redis.master.host
=
${REDIS_SERVICE_HOST}
xyqb.redis.master.port
=
${REDIS_SERVICE_PORT}
######### rabbitmq ##########
rabbitmq.connection.host
=
${RABBITMQ_SERVICE_HOST}
rabbitmq.connection.port
=
${RABBITMQ_SERVICE_PORT_NODE}
rabbitmq.connection.user
=
${RABBITMQ_SERVICE_USER}
rabbitmq.connection.password
=
${RABBITMQ_SERVICE_PASSWORD}
######### zookeeper #########
zk.connect.url
=
${ZOOKEEPER_SERVICE_HOST}:${ZOOKEEPER_SERVICE_PORT}
####### backend service depend ######
# xyqb-mall
mall.querytypes.url
=
http://${XYQB_MALL_SERVICE_HOST}:${XYQB_MALL_SERVICE_PORT}/ex/tab/types
# xyqb-mall
domains.shopping_mall
=
http://${XYQB_MALL_SERVICE_HOST}:${XYQB_MALL_SERVICE_PORT}
# xyqb-mall
mall.list
=
http://${XYQB_MALL_SERVICE_HOST}:${XYQB_MALL_SERVICE_PORT}/ex/tab/coupon_category/list
# xyqb-mall
mall.order
=
http://${XYQB_MALL_SERVICE_HOST}:${XYQB_MALL_SERVICE_PORT}/ex/order/user/
# xyqb-user2
xyqbUser
=
http://${XYQB_USER2_SERVICE_HOST}:${XYQB_USER2_SERVICE_PORT}
# xyqb
xyqb
=
http://${XYQB_SERVICE_HOST}:${XYQB_SERVICE_PORT}
# todo: contract.quantgroup.cn ???
qiniu.storage.url
=
http://o9xncg89j.bkt.clouddn.com/
\ No newline at end of file
domain/java/score.properties
deleted
100644 → 0
View file @
0cf06648
domain/java/silk-road-backman.properties
deleted
100644 → 0
View file @
0cf06648
domain/java/silk-road-caller.properties
deleted
100644 → 0
View file @
0cf06648
########### mysql ###########
spring.datasource.url
=
jdbc:mysql://${DB_SERVICE_HOST}:${DB_SERVICE_PORT}/silk_road?useUnicode=true&characterEncoding=UTF8
spring.datasource.username
=
${DB_SERVICE_USER}
spring.datasource.password
=
${DB_SERVICE_PASSWORD}
######### rabbitmq ##########
spring.rabbitmq.host
=
${RABBITMQ_SERVICE_HOST}
spring.rabbitmq.port
=
${RABBITMQ_SERVICE_PORT_NODE}
spring.rabbitmq.username
=
${RABBITMQ_SERVICE_USER}
spring.rabbitmq.password
=
${RABBITMQ_SERVICE_PASSWORD}
####### backend service depend ######
# silk-road-eureka
eureka.client.serviceUrl.defaultZone
=
http://${SILK_ROAD_EUREKA_SERVICE_HOST}:${SILK_ROAD_EUREKA_SERVICE_PORT}/eureka/
\ No newline at end of file
domain/java/silk-road-eureka.properties
deleted
100644 → 0
View file @
0cf06648
domain/java/silk-road.properties
deleted
100644 → 0
View file @
0cf06648
domain/java/spider-center.properties
deleted
100644 → 0
View file @
0cf06648
########### mysql ###########
spring.datasource.url
=
jdbc:mysql://${DB_SERVICE_HOST}:${DB_SERVICE_PORT}/spider_center?useUnicode=true&characterEncoding=UTF8
spring.datasource.username
=
${DB_SERVICE_USER}
spring.datasource.password
=
${DB_SERVICE_PASSWORD}
########### redis ###########
spider.center.redis.master.host
=
${REDIS_SERVICE_HOST}
spider.center.redis.master.port
=
${REDIS_SERVICE_PORT}
######### rabbitmq ##########
rabbitmq.connection.host
=
${RABBITMQ_SERVICE_HOST}
rabbitmq.connection.port
=
${RABBITMQ_SERVICE_PORT_NODE}
rabbitmq.connection.user
=
${RABBITMQ_SERVICE_USER}
rabbitmq.connection.password
=
${RABBITMQ_SERVICE_PASSWORD}
####### frontend service depend ######
# spider-center-ui
spider-ui.host
=
http://${SPIDER_CENTER_UI_SERVICE_HOST}:${SPIDER_CENTER_UI_PORT}
####### backend service depend ######
# xyqb
spider.finish.new.url
=
http://${XYQB_SERVICE_HOST}:${XYQB_SERVICE_PORT}/ex/spider_center/newSpider_finish
# han-gu-guan
hanguguan.url
=
http://${HAN_GU_GUAN_SERVICE_HOST}:${HAN_GU_GUAN_SERVICE_PORT}/
# spider-center
spider-center.host
=
http://${SPIDER_CENTER_SERVICE_HOST}:${SPIDER_CENTER_SERVICE_PORT}
# redpacket
yunying.activity.url
=
http://${REDPACKET_SERVICE_HOST}:${REDPACKET_SERVICE_PORT}/api/activity/59/record
# xyqb-user2
user.sdk.url
=
http://${XYQB_USER2_SERVICE_HOST}:${XYQB_USER2_SERVICE_PORT}
# di-ting
rapi.notify.zmxy
=
http://${DI_TING_SERVICE_HOST}:${DI_TING_SERVICE_PORT}/external/zmxy_score
#
auth.root.url
=
http://10.0.8.19:8090/SpiderServer/api
#
openapi.url
=
http://openapi.quantgroup.cn
#
model.url
=
http://model.quantgroup.cn
#
report.url
=
http://report.quantgroup.cn
#
black.url
=
http://black.quantgroup.cn
#
spider.check.state.url
=
http://192.168.192.248:8080/SpiderServer/api/parse/checkStatus.json
#
spider.report.make.url
=
http://report.quantgroup.cn
#
auth.center.host
=
http://192.168.4.193:8099/auth-center
#
alarm.http.url
=
http://172.20.1.93:9090/common/alert/authcenter
\ No newline at end of file
domain/java/traffic-webapp.properties
deleted
100644 → 0
View file @
0cf06648
domain/java/urge_dispatcher.properties
deleted
100644 → 0
View file @
0cf06648
domain/java/user_credit.properties
deleted
100644 → 0
View file @
0cf06648
domain/java/wechat-config.properties
deleted
100644 → 0
View file @
0cf06648
domain/java/xyqb-backend.properties
deleted
100644 → 0
View file @
0cf06648
domain/java/xyqb-btzt-internal.properties
deleted
100644 → 0
View file @
0cf06648
domain/java/xyqb-btzt.properties
deleted
100644 → 0
View file @
0cf06648
domain/java/xyqb-mall.properties
deleted
100644 → 0
View file @
0cf06648
########### mysql ###########
mall.data.mysql.jdbc-url
=
jdbc:mysql://${DB_SERVICE_HOST}:${DB_SERVICE_PORT}/mall?useUnicode=true&characterEncoding=UTF8
mall.data.mysql.user
=
${DB_SERVICE_USER}
mall.data.mysql.password
=
${DB_SERVICE_PASSWORD}
########### redis ###########
xyqb.redis.master.host
=
${REDIS_SERVICE_HOST}
xyqb.redis.master.port
=
${REDIS_SERVICE_PORT}
######### rabbitmq ##########
rabbitmq.connection.host
=
${RABBITMQ_SERVICE_HOST}
rabbitmq.connection.port
=
${RABBITMQ_SERVICE_PORT_NODE}
rabbitmq.connection.user
=
${RABBITMQ_SERVICE_USER}
rabbitmq.connection.password
=
${RABBITMQ_SERVICE_PASSWORD}
####### frontend service depend ######
# mall-ui
bt.edxActivate.return.url
=
http://${MALL_UI_SERVICE_HOST}:${MALL_UI_SERVICE_PORT}/deposit
# mall-ui
baitiao.active.error
=
http://${MALL_UI_SERVICE_HOST}:${MALL_UI_SERVICE_PORT}/activate-status
# bt-ui
xyqb.yb.scanCode.returnUrl
=
http://${BT_UI_SERVICE_HOST}:${BT_UI_SERVICE_PORT}/youbao/order-detail
# bt-ui
payment.stand.url
=
http://${BT_UI_SERVICE_HOST}:${BT_UI_SERVICE_PORT}/pay/order-detail-weixin
# bt-ui
free.pay.success.url
=
http://${BT_UI_SERVICE_HOST}:${BT_UI_SERVICE_PORT}/pay/pay-success-weixin
####### backend service depend ######
# xyqb-mall
bt.activate.notify.url
=
http://${XYQB_MALL_SERVICE_HOST}:${XYQB_MALL_SERVICE_PORT}/abcdefg/ex/baitiao/result/activate
# xyqb-mall
fulu.phone.charge.call.back
=
http://${XYQB_MALL_SERVICE_HOST}:${XYQB_MALL_SERVICE_PORT}/ex/fulu/callback/phone/charge
# xyqb-mall
bt.order.notify.url
=
http://${XYQB_MALL_SERVICE_HOST}:${XYQB_MALL_SERVICE_PORT}/ex/baitiao/result/order
# xyqb-mall
bt.refund.notify.url
=
http://${XYQB_MALL_SERVICE_HOST}:${XYQB_MALL_SERVICE_PORT}/test-beta2/ex/baitiao/result/refund
# xyqb-mall
apix.callback.url
=
http://${XYQB_MALL_SERVICE_HOST}:${XYQB_MALL_SERVICE_PORT}/abcdefg/ex/apix/callback
# xyqb-mall
quartz.notify.url
=
http://${XYQB_MALL_SERVICE_HOST}:${XYQB_MALL_SERVICE_PORT}/abcdefg/ex/quartz/callback
# qin-qiong
bt.server.url
=
http://${QIN_QIONG_SERVICE_HOST}:${QIN_QIONG_SERVICE_PORT}
# gu-bei
payCenter.hostname
=
${GU_BEI_SERVICE_HOST}:${GU_BEI_SERVICE_PORT}
# gu-bei
weixin.pay.app.url
=
http://${GU_BEI_SERVICE_HOST}:${GU_BEI_SERVICE_PORT}/ex/mixed_pay/pay
# gu-bei
weixin.pay.h5.url
=
http://${GU_BEI_SERVICE_HOST}:${GU_BEI_SERVICE_PORT}/ex/mixed_pay/offical_pay
# gu-bei
weixin.pay.result.url
=
http://${GU_BEI_SERVICE_HOST}:${GU_BEI_SERVICE_PORT}/ex/mixed_pay/pay_query
# gu-bei
weixin.refund.result.url
=
http://${GU_BEI_SERVICE_HOST}:${GU_BEI_SERVICE_PORT}/ex/mixed_pay/refund_query
# gu-bei
weixin.refund.url
=
http://${GU_BEI_SERVICE_HOST}:${GU_BEI_SERVICE_PORT}/ex/mixed_pay/refund
# han-gu-guan
xyqb.auth.url
=
http://${HAN_GU_GUAN_SERVICE_HOST}:${HAN_GU_GUAN_SERVICE_PORT}
# xyqb-quartz
xyqb.quartz.url
=
http://${XYQB_QUARTZ_SERVICE_HOST}:${XYQB_QUARTZ_SERVICE_PORT}
# baitiao
xyqb.api.url
=
http://${BAITIAO_SERVICE_HOST}:${BAITIAO_SERVICE_PORT}
# xyqb-offline
xyqb.offapi.url
=
http://${XYQB_OFFLINE_SERVICE_HOST}:${XYQB_OFFLINE_SERVICE_PORT}
# xyqb
xyqb.xyqb.url
=
http://${XYQB_SERVICE_HOST}:${XYQB_SERVICE_PORT}
# xyqb-query
xyqb.query.url
=
http://${XYQB_QUERY_SERVICE_HOST}:${XYQB_QUERY_SERVICE_PORT}
# merchant-backend
xyqb.merchant.url
=
http://${MERCHANT_BACKEND_SERVICE_HOST}:${MERCHANT_BACKEND_SERVICE_PORT}
# redpacket
red.packet.url
=
http://${REDPACKET_SERVICE_HOST}:${REDPACKET_SERVICE_PORT}
# model.quantgroup.cn
lkb.model.url
=
http://model.quantgroup.cn/Model/openapi
# model.quantgroup.cn
new.lkb.model.url
=
http://192.168.4.202/Model/openapi
# rule.quantgroup.cn
rule.url
=
http://rule.quantgroup.cn/rules/
# passportapi.xyqb.com
usersys.url
=
http://192.168.4.12:7042
#
xyqb.invoice.url
=
http://221.239.34.12:10001/InvoiceTest/InvoiceService?wsdl
#
bt.activate.return.url
=
http://localhost
#
bt.pay.return.url
=
http://localhost
\ No newline at end of file
domain/java/xyqb-offline.properties
deleted
100644 → 0
View file @
0cf06648
########### mysql ###########
spring.datasource.url
=
jdbc:mysql://${DB_SERVICE_HOST}:${DB_SERVICE_PORT}/offline?useUnicode=true&characterEncoding=UTF8
spring.datasource.username
=
${DB_SERVICE_USER}
spring.datasource.password
=
${DB_SERVICE_PASSWORD}
########### redis ###########
xyqb.redis.master.host
=
${REDIS_SERVICE_HOST}
xyqb.redis.master.port
=
${REDIS_SERVICE_PORT}
######### rabbitmq ##########
rabbitmq.connection.host
=
${RABBITMQ_SERVICE_HOST}
rabbitmq.connection.port
=
${RABBITMQ_SERVICE_PORT_NODE}
rabbitmq.connection.user
=
${RABBITMQ_SERVICE_USER}
rabbitmq.connection.password
=
${RABBITMQ_SERVICE_PASSWORD}
####### frontend service depend ######
# offline-ui
offline.ui.url
=
http://${OFFLINE_UI_SERVICE_HOST}:${OFFLINE_UI_SERVICE_PORT}
####### backend service depend ######
# han-gu-guan
hanguguan.url
=
http://${HAN_GU_GUAN_SERVICE_HOST}:${HAN_GU_GUAN_SERVICE_PORT}/api/sync/user
# han-gu-guan
hanguguan.swap_token.url
=
http://${HAN_GU_GUAN_SERVICE_HOST}:${HAN_GU_GUAN_SERVICE_PORT}/user/syncUserInfo
# spider-center
spider.center.url
=
http://${SPIDER_CENTER_SERVICE_HOST}:${SPIDER_CENTER_SERVICE_PORT}/
# gu-bei
pay.center.url
=
http://${GU_BEI_SERVICE_HOST}:${GU_BEI_SERVICE_PORT}/
# di-ting
diting.root.url
=
http://${DI_TING_SERVICE_HOST}:${DI_TING_SERVICE_PORT}
# xyqb-mall
xyqb.mall.callback
=
http://${XYQB_MALL_SERVICE_HOST}:${XYQB_MALL_SERVICE_PORT}/test-mall/ex/baitiao/order/result
\ No newline at end of file
domain/java/xyqb-quartz.properties
deleted
100644 → 0
View file @
0cf06648
########### mysql ###########
spring.datasource.url
=
jdbc:mysql://${DB_SERVICE_HOST}:${DB_SERVICE_PORT}/quartz?useUnicode=true&characterEncoding=UTF8
spring.datasource.username
=
${DB_SERVICE_USER}
spring.datasource.password
=
${DB_SERVICE_PASSWORD}
########### redis ###########
xyqb.redis.master.host
=
${REDIS_SERVICE_HOST}
xyqb.redis.master.port
=
${REDIS_SERVICE_PORT}
######### zookeeper #########
zk.connect.url
=
${ZOOKEEPER_SERVICE_HOST}:${ZOOKEEPER_SERVICE_PORT}
\ No newline at end of file
domain/java/xyqb-user2-query.properties
deleted
100644 → 0
View file @
0cf06648
domain/java/xyqb-user2.properties
deleted
100644 → 0
View file @
0cf06648
########### mysql ###########
xyqb.data.mysql.jdbc-url
=
jdbc:mysql://${DB_SERVICE_HOST}:${DB_SERVICE_PORT}/xyqb_user?useUnicode=true&characterEncoding=UTF8
xyqb.data.mysql.password
=
${DB_SERVICE_PASSWORD}
xyqb.data.mysql.user
=
${DB_SERVICE_USER}
########### redis ###########
xyqb.redis.master.host
=
${REDIS_SERVICE_HOST}
xyqb.redis.master.port
=
${REDIS_SERVICE_PORT}
######### rabbitmq ##########
loanvest.rabbitmq.connection.host
=
${RABBITMQ_SERVICE_HOST}
loanvest.rabbitmq.connection.port
=
${RABBITMQ_SERVICE_PORT_NODE}
loanvest.rabbitmq.connection.user
=
${RABBITMQ_SERVICE_USER}
loanvest.rabbitmq.connection.password
=
${RABBITMQ_SERVICE_PASSWORD}
register.rabbitmq.connection.host
=
${RABBITMQ_SERVICE_HOST}
register.rabbitmq.connection.port
=
${RABBITMQ_SERVICE_PORT_NODE}
register.rabbitmq.connection.user
=
${RABBITMQ_SERVICE_USER}
register.rabbitmq.connection.password
=
${RABBITMQ_SERVICE_PASSWORD}
######### zookeeper #########
registry.address
=
${ZOOKEEPER_SERVICE_HOST}:${ZOOKEEPER_SERVICE_PORT}
####### frontend service depend ######
# xyqb-user-ui
xyqb-user.ui
=
http://${XYQB_USER_UI_SERVICE_HOST}:${XYQB_USER_UI_SERVICE_PORT}
# xyqb-user-ui
xyqb-user.ui-s
=
https://${XYQB_USER_UI_SERVICE_HOST}:${XYQB_USER_UI_SERVICE_PORT}
# todo: xyqb-ui or xjd-ui ????
xyqb.url
=
http://192.168.192.163:8999
####### backend service depend ######
# op-api
xyqb.yunying.url
=
http://${OP_API_SERVICE_HOST}:${OP_API_SERVICE_PORT}
# gu-bei
xyqb.paycenter.url
=
http://${GU_BEI_SERVICE_HOST}:${GU_BEI_SERVICE_PORT}
# xyqb
xyqb.domain
=
http://${XYQB_SERVICE_HOST}:${XYQB_SERVICE_PORT}
# xyqb
xyqb.api.url
=
http://${XYQB_SERVICE_HOST}:${XYQB_SERVICE_PORT}
# han-gu-guan
xyqb.auth.url
=
http://${HAN_GU_GUAN_SERVICE_HOST}:${HAN_GU_GUAN_SERVICE_PORT}
#
xyqb.user.query.url
=
http://192.168.11.40:8081
#
model.quantgroup.url
=
http://model.quantgroup.cn
#
lkb.url
=
http://192.168.192.251:8081/LKB
#
lkb.import.url
=
http://spider.quantgroup.cn
#
lkb.client.url
=
http://192.168.4.193:8083/LKBClient/openapi
####### The lack of config #######
xyqb.paycenter.id
=
3
protocol.name
=
motan
protocol.contentLength
=
1048576
protocol.isDefault
=
true
#motan registry center
registry.protocol
=
zookeeper
motan.port
=
8086
motan.user.group
=
userGroup
motan.user.module
=
user-motan-rpc
motan.application
=
xyqbUserMotan
\ No newline at end of file
domain/java/xyqb.properties
deleted
100644 → 0
View file @
0cf06648
########### mysql ###########
xyqb.data.mysql.jdbc-url
=
jdbc:mysql://${DB_SERVICE_HOST}:${DB_SERVICE_PORT}/xyqb?useUnicode=true&characterEncoding=UTF8
xyqb.data.mysql.password
=
${DB_SERVICE_PASSWORD}
xyqb.data.mysql.user
=
${DB_SERVICE_USER}
########### redis ###########
xyqb.redis.master.host
=
${REDIS_SERVICE_HOST}
xyqb.redis.master.port
=
${REDIS_SERVICE_PORT}
######### rabbitmq ##########
rabbitmq.connection.host
=
${RABBITMQ_SERVICE_HOST}
rabbitmq.connection.port
=
${RABBITMQ_SERVICE_PORT_NODE}
rabbitmq.connection.user
=
${RABBITMQ_SERVICE_USER}
rabbitmq.connection.password
=
${RABBITMQ_SERVICE_PASSWORD}
loanorder.rabbitmq.connection.host
=
${RABBITMQ_SERVICE_HOST}
loanorder.rabbitmq.connection.port
=
${RABBITMQ_SERVICE_PORT_NODE}
loanorder.rabbitmq.connection.user
=
${RABBITMQ_SERVICE_USER}
loanorder.rabbitmq.connection.password
=
${RABBITMQ_SERVICE_PASSWORD}
loanvest.rabbitmq.connection.host
=
${RABBITMQ_SERVICE_HOST}
loanvest.rabbitmq.connection.port
=
${RABBITMQ_SERVICE_PORT_NODE}
loanvest.rabbitmq.connection.user
=
${RABBITMQ_SERVICE_USER}
loanvest.rabbitmq.connection.password
=
${RABBITMQ_SERVICE_PASSWORD}
baitiaodebt.rabbitmq.connection.host
=
${RABBITMQ_SERVICE_HOST}
baitiaodebt.rabbitmq.connection.port
=
${RABBITMQ_SERVICE_PORT_NODE}
baitiaodebt.rabbitmq.connection.user
=
${RABBITMQ_SERVICE_USER}
baitiaodebt.rabbitmq.connection.password
=
${RABBITMQ_SERVICE_PASSWORD}
paycenter.rabbitmq.connection.host
=
${RABBITMQ_SERVICE_HOST}
paycenter.rabbitmq.connection.port
=
${RABBITMQ_SERVICE_PORT_NODE}
paycenter.rabbitmq.connection.user
=
${RABBITMQ_SERVICE_USER}
paycenter.rabbitmq.connection.password
=
${RABBITMQ_SERVICE_PASSWORD}
loanstatus.rabbitmq.connection.host
=
${RABBITMQ_SERVICE_HOST}
loanstatus.rabbitmq.connection.port
=
${RABBITMQ_SERVICE_PORT_NODE}
loanstatus.rabbitmq.connection.user
=
${RABBITMQ_SERVICE_USER}
loanstatus.rabbitmq.connection.password
=
${RABBITMQ_SERVICE_PASSWORD}
####### frontend service depend ######
# todo: xyqb-ui or xjd-ui ????
xyqb-ui.url
=
http://192.168.192.206:8999
# todo: xyqb-ui or xjd-ui ????
jumei.callback.url
=
https://m.xyqb.com/app-landing?registerFrom=xxx&extData={"registerFrom":xxx}
# todo: xyqb-ui or xjd-ui ????
xyqb.zmxy.url.redirect
=
http://192.168.192.207:8999
# bt-ui
qgbc-ui.url
=
http://${BT_UI_SERVICE_HOST}:${BT_UI_SERVICE_PORT}
# activity-ui
rent.house.bargain.url
=
http://${ACTIVITY_UI_SERVICE_HOST}:${ACTIVITY_UI_SERVICE_PORT}/to-share
# h5-ui
h5-ui.url
=
https://${H5_UI_SERVICE_HOST}:${H5_UI_SERVICE_PORT}
####### backend service depend ######
# di-ting
risk.client.url
=
http://${DI_TING_SERVICE_HOST}:${DI_TING_SERVICE_PORT}
# di-ting
diting.url
=
http://${DI_TING_SERVICE_HOST}:${DI_TING_SERVICE_PORT}/external/baitiao/reviewhistory/syncprogress/tofilterringwaiting
# han-gu-guan
xyqb-auth.url
=
http://${HAN_GU_GUAN_SERVICE_HOST}:${HAN_GU_GUAN_SERVICE_PORT}
# cash-loan-flow
xyqb.du-jiang-yan.url
=
http://${CASH_LOAN_FLOW_SERVICE_HOST}:${CASH_LOAN_FLOW_SERVICE_PORT}
# fendan todo: temporary
#xyqb.dispatch.url=http://${FENDAN_SERVICE_HOST}:${FENDAN_SERVICE_PORT}/dispatch
xyqb.dispatch.url
=
http://192.168.192.183:9012/dispatch
# xyqb-mall
xyqb-mall.url
=
http://${XYQB_MALL_SERVICE_HOST}:${XYQB_MALL_SERVICE_PORT}
# xyqb
xyqb.url
=
http://${XYQB_SERVICE_HOST}:${XYQB_SERVICE_PORT}
# gyxd
gyxd.sys.url
=
http://${GYXD_SERVICE_HOST}:${GYXD_SERVICE_PORT}
# xyqb-query
xyqb.query.url
=
http://${XYQB_QUERY_SERVICE_HOST}:${XYQB_QUERY_SERVICE_PORT}
# baitiao
bt.url
=
http://${BAITIAO_SERVICE_HOST}:${BAITIAO_SERVICE_PORT}
# baitiao
xyqb.baitiao.api.url
=
http://${BAITIAO_SERVICE_HOST}:${BAITIAO_SERVICE_PORT}
# spider-center
spider-center
=
http://${SPIDER_CENTER_SERVICE_HOST}:${SPIDER_CENTER_SERVICE_PORT}/
# gu-bei
xyqb.paycenter.url
=
http://${GU_BEI_SERVICE_HOST}:${GU_BEI_SERVICE_PORT}/
# gu-bei
xyqb.paycenter.refound.url
=
http://${GU_BEI_SERVICE_HOST}:${GU_BEI_SERVICE_PORT}/ex/order/search/
# redpacket
coupon.domain
=
http://${REDPACKET_SERVICE_HOST}:${REDPACKET_SERVICE_PORT}
# redpacket
redpacket_search_url
=
http://${REDPACKET_SERVICE_HOST}:${REDPACKET_SERVICE_PORT}/redpacket/index/search_by_index
# redpacket
redpacket_mall_use_callback_url
=
http://${REDPACKET_SERVICE_HOST}:${REDPACKET_SERVICE_PORT}/redpacket/notify/mall/redpacket_used
# redpacket
draw_redpacket_notify_url
=
http://${REDPACKET_SERVICE_HOST}:${REDPACKET_SERVICE_PORT}/redpacket/distribute/draw_for_mall_redpacket
# redpacket
baitiao_redpacket_notify_url
=
http://${REDPACKET_SERVICE_HOST}:${REDPACKET_SERVICE_PORT}
# black-hole
xyqb.black_hole.url
=
http://${BLACK_HOLE_SERVICE_HOST}:${BLACK_HOLE_SERVICE_PORT}
#
xyqb.model.url
=
http://192.168.192.212:8099/Model/openapi
#
lkb.model.url
=
http://192.168.192.212:8099/Model/openapi
#
lkb.client.url
=
http://192.168.192.251:8082/LKBClient/openapi
#
gaurd.url
=
http://61.50.125.14:9016
#
auth.root.url
=
http://10.0.8.35:8080/SpiderServer/api
#
usersys.url
=
http://192.168.4.25:7042
#
finance.system.url
=
http://192.168.4.161:7012
#
usercredict.url
=
http://192.168.4.25:8088
#
app.zmxy.url.redirect
=
http://192.168.192.207:8999
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment