realm/web/config.toml
2024-12-23 17:18:37 +08:00

11 lines
155 B
TOML

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