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
a3cc5ea6
Commit
a3cc5ea6
authored
Nov 08, 2017
by
张 斌
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
添加cash-loan-flow的测试环境配置文件
parent
e6cbb80c
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
78 additions
and
0 deletions
+78
-0
cash-loan-flow.properties
java/cash-loan-flow.properties
+78
-0
No files found.
java/cash-loan-flow.properties
View file @
a3cc5ea6
########### 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}
########### redis ###########
cashloanflow.redis.master.host
=
${REDIS_SERVICE_HOST}
cashloanflow.redis.master.port
=
${REDIS_SERVICE_PORT}
######### rabbitmq ##########
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}
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
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