Skip to content

Commit

Permalink
修改配置
Browse files Browse the repository at this point in the history
  • Loading branch information
guosongsong committed Apr 24, 2023
1 parent 926d635 commit 8976a04
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions open.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,22 +18,22 @@ http:
NoDefaultUserAgentHeader: 30000

redis:
address: "172.17.101.191:6398"
password: "apipost"
address: ""
password: ""
db: 1

reportRedis:
address: "172.17.101.191:6398"
password: "apipost"
address: ""
password: ""
db: 1

kafka:
address: "172.17.101.188:9092"
address: ""
topIc: "runnergo"


mongo:
dsn: "mongodb://runnergo_open:[email protected]:27017/runnergo_open"
dsn: "mongodb://username:password@ip:27017/tablename"
database: "runnergo_open"
stressDebugTable: "stress_debug"
sceneDebugTable: "scene_debug"
Expand All @@ -55,5 +55,5 @@ log:


management:
notifyStopStress: "https://manager.runnergo.cc/management/api/v1/plan/notify_stop_stress" #management服务停止性能任务接口
notifyRunFinish: "https://manager.runnergo.cc/management/api/v1/auto_plan/notify_run_finish" #management服务任务完成接口
notifyStopStress: "https://managername/management/api/v1/plan/notify_stop_stress" #management服务停止性能任务接口
notifyRunFinish: "https://managername/management/api/v1/auto_plan/notify_run_finish" #management服务任务完成接口

0 comments on commit 8976a04

Please sign in to comment.