Files
cmii-uav-watchdog-project/cmii-uav-watchdog/config/config.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"