10 lines
221 B
YAML
10 lines
221 B
YAML
server:
|
|
port: "8080"
|
|
|
|
auth:
|
|
secret: "your-secret-key-for-totp"
|
|
auth_file: "./data/auth.json"
|
|
time_offset_allowed: 3600 # 允许的时间偏移,单位秒
|
|
|
|
watchdog_center:
|
|
url: "http://center-service:8080/api" |