mirror of
https://github.com/yshtcn/heartbeat.git
synced 2026-02-03 19:51:53 +08:00
Rename config.ini to config.Exsample.ini
- 把范例改为config.Exsample.ini,这样当覆盖更新时,就不会覆盖掉原来的配置了。
This commit is contained in:
18
config.Exsample.ini
Normal file
18
config.Exsample.ini
Normal file
@@ -0,0 +1,18 @@
|
||||
[Settings]
|
||||
# 心跳间隔(以秒为单位)
|
||||
interval = 60
|
||||
|
||||
# 心跳URL
|
||||
heartbeat_url = http://example.com/heartbeat
|
||||
|
||||
# 是否启用代理,0为不启用,1为启用
|
||||
proxy_enabled = 1
|
||||
|
||||
# 代理URL,格式为:socks5://username:password@localhost:1080
|
||||
# 如果代理不需要用户名和密码,可以省略,例如:socks5://localhost:1080
|
||||
proxy_url = socks5://username:password@localhost:1080
|
||||
|
||||
# 任务栏托盘标题
|
||||
title = 系统心跳
|
||||
# 托盘悬停提示
|
||||
tips = 系统状态报送
|
||||
Reference in New Issue
Block a user