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
e3e518f9
Commit
e3e518f9
authored
Nov 06, 2017
by
张 斌
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
添加di-ting的测试环境配置文件
parent
4b0516e2
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
108 additions
and
5 deletions
+108
-5
baitiao.properties
java/baitiao.properties
+1
-5
di-ting.properties
java/di-ting.properties
+107
-0
No files found.
java/baitiao.properties
View file @
e3e518f9
...
@@ -53,8 +53,4 @@ eureka.client.serviceUrl.defaultZone=http://${SILK_ROAD_EUREKA_SERVICE_HOST}:${S
...
@@ -53,8 +53,4 @@ eureka.client.serviceUrl.defaultZone=http://${SILK_ROAD_EUREKA_SERVICE_HOST}:${S
#
#
lkb.model.url
=
http://192.168.4.202/Model/openapi
lkb.model.url
=
http://192.168.4.202/Model/openapi
#
#
lkb.client.url
=
http://192.168.4.193:8083/LKBClient/openapi
lkb.client.url
=
http://192.168.4.193:8083/LKBClient/openapi
\ No newline at end of file
java/di-ting.properties
View file @
e3e518f9
########### 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/
#
riskmanager.api.url
=
http://192.168.4.204
#
finance.system.url
=
http://192.168.4.26:7012
#
zhibaojin.api.host
=
http://192.168.4.164:9050
\ 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