Files
TaskPool/agent/config.example.ini
T
2025-12-30 22:25:15 +08:00

12 lines
279 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.
[agent]
# 主服务器地址
server_url = http://192.168.1.100:8052
# Agent 名称(留空则使用主机名)
name = agent-01
# Token(由服务器下发,首次运行留空)
token =
# 心跳间隔(秒)
interval = 30
# 自动更新(true/false
auto_update = true