File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed
Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -18,22 +18,22 @@ http:
1818 NoDefaultUserAgentHeader : 30000
1919
2020redis :
21- address : " 172.17.101.191:6398 "
22- password : " apipost "
21+ address : " "
22+ password : " "
2323 db : 1
2424
2525reportRedis :
26- address : " 172.17.101.191:6398 "
27- password : " apipost "
26+ address : " "
27+ password : " "
2828 db : 1
2929
3030kafka :
31- address : " 172.17.101.188:9092 "
31+ address : " "
3232 topIc : " runnergo"
3333
3434
3535mongo :
36- dsn :
" mongodb://runnergo_open:[email protected] :27017/runnergo_open " 36+ dsn : " mongodb://username:password@ip :27017/tablename "
3737 database : " runnergo_open"
3838 stressDebugTable : " stress_debug"
3939 sceneDebugTable : " scene_debug"
5555
5656
5757management :
58- notifyStopStress : " https://manager.runnergo.cc /management/api/v1/plan/notify_stop_stress" # management服务停止性能任务接口
59- notifyRunFinish : " https://manager.runnergo.cc /management/api/v1/auto_plan/notify_run_finish" # management服务任务完成接口
58+ notifyStopStress : " https://managername /management/api/v1/plan/notify_stop_stress" # management服务停止性能任务接口
59+ notifyRunFinish : " https://managername /management/api/v1/auto_plan/notify_run_finish" # management服务任务完成接口
You can’t perform that action at this time.
0 commit comments