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
74924d69
Commit
74924d69
authored
Nov 08, 2017
by
张 斌
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
添加spider-center的测试环境配置文件
parent
03c60c25
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
53 additions
and
0 deletions
+53
-0
spider-center.properties
java/spider-center.properties
+53
-0
No files found.
java/spider-center.properties
View file @
74924d69
########### mysql ###########
spring.datasource.url
=
jdbc:mysql://${DB_SERVICE_HOST}:${DB_SERVICE_PORT}/spider_center?useUnicode=true&characterEncoding=UTF8
spring.datasource.username
=
${DB_SERVICE_USER}
spring.datasource.password
=
${DB_SERVICE_PASSWORD}
########### redis ###########
spider.center.redis.master.host
=
${REDIS_SERVICE_HOST}
spider.center.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}
####### frontend service depend ######
# spider-center-ui
spider-ui.host
=
http://${SPIDER_CENTER_UI_SERVICE_HOST}:${SPIDER_CENTER_UI_PORT}
####### backend service depend ######
# xyqb
spider.finish.new.url
=
http://${XYQB_SERVICE_HOST}:${XYQB_SERVICE_PORT}/ex/spider_center/newSpider_finish
# han-gu-guan
hanguguan.url
=
http://${HAN_GU_GUAN_SERVICE_HOST}:${HAN_GU_GUAN_SERVICE_PORT}/
# spider-center
spider-center.host
=
http://${SPIDER_CENTER_SERVICE_HOST}:${SPIDER_CENTER_SERVICE_PORT}
# redpacket
yunying.activity.url
=
http://${REDPACKET_SERVICE_HOST}:${REDPACKET_SERVICE_PORT}/api/activity/59/record
# xyqb-user2
user.sdk.url
=
http://${XYQB_USER2_SERVICE_HOST}:${XYQB_USER2_SERVICE_PORT}
# di-ting
rapi.notify.zmxy
=
http://${DI_TING_SERVICE_HOST}:${DI_TING_SERVICE_PORT}/external/zmxy_score
#
auth.root.url
=
http://10.0.8.19:8090/SpiderServer/api
#
openapi.url
=
http://openapi.quantgroup.cn
#
model.url
=
http://model.quantgroup.cn
#
report.url
=
http://report.quantgroup.cn
#
black.url
=
http://black.quantgroup.cn
#
spider.check.state.url
=
http://192.168.192.248:8080/SpiderServer/api/parse/checkStatus.json
#
spider.report.make.url
=
http://report.quantgroup.cn
#
auth.center.host
=
http://192.168.4.193:8099/auth-center
#
alarm.http.url
=
http://172.20.1.93:9090/common/alert/authcenter
\ 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