VPSHUB/app/config.yml

7 lines
495 B
YAML
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.

ACCOUNT: '' # 填写核云IDC账号手机号或邮箱
API_KEY: '' # 填写核云IDC API密钥
WAY: ping # 填写检测方式ping 或 http默认为ping
DOMAIN: '' # 当WAY为http时填写要检测的域名多个域名用英文逗号分隔
SPAN: 300 # 监控间隔时间默认300秒5分钟
EXCEPTION_IPS: [] # 例外IP列表这些IP关机时不会自动开机例如["1.2.3.4", "5.6.7.8"]
JWT: '' # JWT Token自动管理无需手动填写