Files
TaskPool/agent/config.example.ini
T
admin e6956aa001 Initial commit: TaskPool React panel
- React frontend with route-level code splitting
- Backend rebranded from Baihu to TaskPool
- DB brand migration script and local compatibility
2026-07-26 08:43:52 +08:00

16 lines
527 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]
# 主服务器地址(http/httpsAgent 会自动转换为 WebSocket 连接)
# 如果主服务配置了url_prefix, 这里要也要加上路径
server_url = http://192.168.1.100:8052
# 比如 url_prefix=/taskpool
; server_url = http://192.168.1.100:8052/taskpool
# Agent 名称(留空则使用主机名)
name =
# 注册令牌(首次注册时填写,注册成功后会自动替换为认证 Token)
token =
# 心跳间隔(秒),默认 30
interval = 30
# 自动更新(true/false
auto_update = true