realm/web/config.toml
2024-12-23 14:59:08 +08:00

11 lines
131 B
TOML

[auth]
password = "你的密码"
[server]
port = 8080
[https]
enabled = true
cert_file = "./cert.pem"
key_file = "./private.key"