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
de221a75
Commit
de221a75
authored
Nov 15, 2017
by
张 斌
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改白条配置验证新想法
parent
2d7b46fb
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
79 additions
and
23 deletions
+79
-23
baitiao.properties
java/baitiao.properties
+23
-23
baitiao_bak.properties
java/baitiao_bak.properties
+56
-0
No files found.
java/baitiao.properties
View file @
de221a75
########### mysql ###########
bt.data.mysql.jdbc-url
=
jdbc:mysql://
${DB_SERVICE_HOST}:${DB_SERVICE_PORT}
/xyqb?useUnicode=true&characterEncoding=UTF8
bt.data.mysql.password
=
${DB_SERVICE_PASSWORD}
bt.data.mysql.user
=
${DB_SERVICE_USER}
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_SERVICE_HOST}
xyqb.redis.master.port
=
${REDIS_SERVICE_PORT}
xyqb.redis.master.host
=
redis
xyqb.redis.master.port
=
6379
######### 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}
rabbitmq.connection.host
=
rabbitmq
rabbitmq.connection.port
=
5672
rabbitmq.connection.user
=
qa
rabbitmq.connection.password
=
qatest
######### zookeeper #########
job.zookeeper.url
=
${ZOOKEEPER_SERVICE_HOST}:${ZOOKEEPER_SERVICE_PORT}
job.zookeeper.url
=
zookeeper:2181
####### frontend service depend ######
# bt-ui
qgbc-ui.url
=
http://
${BT_UI_SERVICE_HOST}:${BT_UI_SERVICE_PORT}
qgbc-ui.url
=
http://
bt-ui
# xyqb-user-ui
usersysui.url
=
http://
${XYQB_USER_UI_SERVICE_HOST}:${XYQB_USER_UI_SERVICE_PORT}
usersysui.url
=
http://
xyqb-user-ui
####### backend service depend ######
# han-gu-guan
xyqb-auth.url
=
http://
${HAN_GU_GUAN_SERVICE_HOST}:${HAN_GU_GUAN_SERVICE_PORT}
xyqb-auth.url
=
http://
han-gu-guan
# xyqb-user2
usersys.url
=
http://
${XYQB_USER2_SERVICE_HOST}:${XYQB_USER2_SERVICE_PORT}
usersys.url
=
http://
xyqb-user2
# xyqb-mall
xyqb-mall.url
=
http://
${XYQB_MALL_SERVICE_HOST}:${XYQB_MALL_SERVICE_PORT}
xyqb-mall.url
=
http://
xyqb-mall
# gu-bei
xyqb.paycenter.url
=
http://
${GU_BEI_SERVICE_HOST}:${GU_BEI_SERVICE_PORT}
xyqb.paycenter.url
=
http://
gu-bei
# spider-center
spider-center
=
http://
${SPIDER_CENTER_SERVICE_HOST}:${SPIDER_CENTER_SERVICE_PORT}
/
spider-center
=
http://
spider-center
/
# di-ting
risk.client.url
=
http://
${DI_TING_SERVICE_HOST}:${DI_TING_SERVICE_PORT}
risk.client.url
=
http://
di-ting
# financial-system
ex.finance.api.url
=
http://
${FINANCIAL_SYSTEM_SERVICE_HOST}:${FINANCIAL_SYSTEM_SERVICE_PORT}
/external/
ex.finance.api.url
=
http://
financial-system
/external/
# redpacket
baitiao_redpacket_notify_url
=
http://
${REDPACKET_SERVICE_HOST}:${REDPACKET_SERVICE_PORT}
baitiao_redpacket_notify_url
=
http://
redpacket
# redpacket
xyqb.coupon.url
=
http://
${REDPACKET_SERVICE_HOST}:${REDPACKET_SERVICE_PORT}
xyqb.coupon.url
=
http://
redpacket
# xyqb-query
xyqb.query.url
=
http://
${XYQB_QUERY_SERVICE_HOST}:${XYQB_QUERY_SERVICE_PORT}
xyqb.query.url
=
http://
xyqb-query
# silk-road-eureka
eureka.client.serviceUrl.defaultZone
=
http://
${SILK_ROAD_EUREKA_SERVICE_HOST}:${SILK_ROAD_EUREKA_SERVICE_PORT}
/eureka/
eureka.client.serviceUrl.defaultZone
=
http://
silk-road-eureka
/eureka/
#
lkb.model.url
=
http://192.168.4.202/Model/openapi
#
...
...
java/baitiao_bak.properties
0 → 100644
View file @
de221a75
########### mysql ###########
bt.data.mysql.jdbc-url
=
jdbc:mysql://${DB_SERVICE_HOST}:${DB_SERVICE_PORT}/xyqb?useUnicode=true&characterEncoding=UTF8
bt.data.mysql.password
=
${DB_SERVICE_PASSWORD}
bt.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}
######### zookeeper #########
job.zookeeper.url
=
${ZOOKEEPER_SERVICE_HOST}:${ZOOKEEPER_SERVICE_PORT}
####### frontend service depend ######
# bt-ui
qgbc-ui.url
=
http://${BT_UI_SERVICE_HOST}:${BT_UI_SERVICE_PORT}
# 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
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