1 Star 0 Fork 14

Leo/RunnerGo-engine-open

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
open.yaml 1.08 KB
一键复制 编辑 原始数据 按行查看 历史
guosongsong 提交于 2023-05-09 16:52 . Merge branch 'test'
heartbeat:
port: 8002
region: "北京"
duration: 2
resources: 5
http:
address: "0.0.0.0:8002" #本服务host
port: 8002 #本服务端口
redis:
address: ""
password: ""
db: 1
reportRedis:
address: ""
password: ""
db: 1
kafka:
address: ""
topIc: "runnergo"
mongo:
dsn: "mongodb://username:password@ip:27017/tablename"
database: "runnergo_open"
stressDebugTable: "stress_debug"
sceneDebugTable: "scene_debug"
apiDebugTable: "api_debug"
debugTable: "debug_status"
autoTable: "auto_report"
machine:
maxGoroutines: 5000
serverType: 1
netName: ""
diskName: ""
log:
path: "/data/logs/RunnerGo/RunnerGo-engine-info.log" #本服务log存放地址
management:
notifyStopStress: "https://managername/management/api/v1/plan/notify_stop_stress" #management服务停止性能任务接口
notifyRunFinish: "https://managername/management/api/v1/auto_plan/notify_run_finish" #management服务任务完成接口
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Go
1
https://gitee.com/Leo210923/runnergo-engine-open.git
git@gitee.com:Leo210923/runnergo-engine-open.git
Leo210923
runnergo-engine-open
RunnerGo-engine-open
open

搜索帮助