Files
ppgo_job/agent/config/conf.ini
2019-07-06 17:05:19 +08:00

24 lines
741 B
INI
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# GOLBAL
# dev prod
AppMode = dev
Version = 1.0.0
# ALL,DEBUG,INFO,NOTICE,WARN,ERROR,FATAL
LogLevel = ALL
# 执行器配置
# auto-自动起名,或者自己起名
ServerName = agent-192.168.1.101-1564
# 启动后回写
ServerId = 4
# 端口,必须配置!!
TcpPort = 1564
# auto-自动获取
TcpIp = 192.168.1.101
# Ip地址是外网还是内网1-外网0-内网若填写TcpIp则本项配置无意义
IpType = 0
# 添加的执行器属于分组Id默认为1
GroupId = 1
# 以下配置必填地址格式http://yourdomain/server/apisave
RegisterUrl = http://localhost:8080/server/apisave
UpdateStatusUrl = http://localhost:8080/server/apistatus