realm/web/config.toml

12 lines
200 B
TOML
Raw Normal View History

2024-12-23 01:59:08 -05:00
[auth]
2024-12-28 09:47:31 -05:00
password = "123456" # 面板密码
2024-12-23 01:59:08 -05:00
[server]
2024-12-28 09:47:31 -05:00
port = 8081 # 面板端口
2024-12-23 01:59:08 -05:00
[https]
2024-12-28 09:47:31 -05:00
enabled = false #是否开启HTTPS
2024-12-23 04:18:37 -05:00
cert_file = "./certificate/cert.pem"
key_file = "./certificate/private.key"
2024-12-28 09:47:31 -05:00