3 Star 6 Fork 11

RunnerGo / RunnerGo-engine-open

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
open.yaml 1.29 KB
一键复制 编辑 原始数据 按行查看 历史
guosongsong 提交于 2023-09-01 16:40 . 优化dubbo变量提取
heartbeat:
port: 8002
region: "北京"
duration: 2
resources: 5
http:
address: "0.0.0.0:8002" #本服务host
port: 8002 #本服务端口
redis:
address: ":6398"
password: "apipost"
db: 15
reportRedis:
address: ":6398"
password: "apipost"
db: 15
kafka:
address: ":9092"
topIc: "runnergo"
mongo:
dsn: "mongodb://runnergo_open:password@*******:27017/runnergo_open"
database: "runnergo_open"
stressDebugTable: "stress_debug"
sceneDebugTable: "scene_debug"
apiDebugTable: "api_debug"
debugTable: "debug_status"
autoTable: "auto_report"
sqlDebugTable: "sql_debug"
tcpDebugTable: "tcp_debug"
wsDebugTable: "ws_debug"
dubboDebugTable: "dubbo_debug"
mqttDebugTable: "mqtt_debug"
machine:
maxGoroutines: 5000
serverType: 1
netName: ""
diskName: ""
log:
path: "/data/logs/RunnerGo/RunnerGo-engine-info.log" #本服务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服务任务完成接口
Go
1
https://gitee.com/Runner-Go-Team/runnergo-engine-open.git
git@gitee.com:Runner-Go-Team/runnergo-engine-open.git
Runner-Go-Team
runnergo-engine-open
RunnerGo-engine-open
open

搜索帮助