mirror of
https://github.com/wcwq98/realm.git
synced 2025-01-22 12:58:14 -05:00
12 lines
200 B
TOML
12 lines
200 B
TOML
[auth]
|
|
password = "123456" # 面板密码
|
|
|
|
[server]
|
|
port = 8081 # 面板端口
|
|
|
|
[https]
|
|
enabled = false #是否开启HTTPS
|
|
cert_file = "./certificate/cert.pem"
|
|
key_file = "./certificate/private.key"
|
|
|