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
0f111030
Commit
0f111030
authored
Nov 09, 2017
by
张 斌
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
添加gyxd的测试环境配置文件
parent
c67b1718
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
20 additions
and
4 deletions
+20
-4
gyxd.properties
java/gyxd.properties
+16
-0
xyqb-offline.properties
java/xyqb-offline.properties
+2
-2
xyqb.properties
java/xyqb.properties
+2
-2
No files found.
java/gyxd.properties
View file @
0f111030
########### 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 ######
# qin-qiong
xyqb.qinqiong.url
=
http://${QIN_QIONG_SERVICE_HOST}:${QIN_QIONG_SERVICE_PORT}
# gu-bei
xyqb.payapi.host
=
http://${GU_BEI_SERVICE_HOST}:${GU_BEI_SERVICE_PORT}
\ No newline at end of file
java/xyqb-offline.properties
View file @
0f111030
...
...
@@ -10,7 +10,7 @@ xyqb.redis.master.port=${REDIS_SERVICE_PORT}
######### rabbitmq ##########
#
rabbitmq.connection.host=${RABBITMQ_SERVICE_HOST}
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}
...
...
@@ -26,7 +26,7 @@ offline.ui.url=http://${OFFLINE_UI_SERVICE_HOST}:${OFFLINE_UI_SERVICE_PORT}
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
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}/
...
...
java/xyqb.properties
View file @
0f111030
...
...
@@ -54,6 +54,8 @@ 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
...
...
@@ -78,8 +80,6 @@ spider-center=http://${SPIDER_CENTER_SERVICE_HOST}:${SPIDER_CENTER_SERVICE_PORT}
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
...
...
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