notify_win/server/config.yml

12 lines
204 B
YAML
Raw Permalink Normal View History

2025-02-28 15:11:02 +08:00
websocket:
host: "0.0.0.0"
port: 8080
security:
use_ssl: false
ssl_cert: "path/to/cert.pem"
ssl_key: "path/to/key.pem"
# 数据存储路径
data:
keys_file: "/app/data/registered_keys.json"