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
4b0516e2
Commit
4b0516e2
authored
Nov 06, 2017
by
张 斌
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
添加xyqb-user2、xyqb的测试环境配置文件
parent
4ad3119f
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
177 additions
and
2 deletions
+177
-2
baitiao.properties
java/baitiao.properties
+9
-1
xyqb-user2.properties
java/xyqb-user2.properties
+56
-1
xyqb.properties
java/xyqb.properties
+112
-0
No files found.
java/baitiao.properties
View file @
4b0516e2
...
...
@@ -49,4 +49,12 @@ 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/
\ No newline at end of file
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
java/xyqb-user2.properties
View file @
4b0516e2
\ No newline at end of file
########### 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
\ No newline at end of file
java/xyqb.properties
View file @
4b0516e2
########### 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}
# 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
xyqb.dispatch.url
=
http://${FENDAN_SERVICE_HOST}:${FENDAN_SERVICE_PORT}/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/
# di-ting
diting.url
=
http://${DI_TING_SERVICE_HOST}:${DI_TING_SERVICE_PORT}/external/baitiao/reviewhistory/syncprogress/tofilterringwaiting
# 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