mirror of
https://github.com/wcwq98/realm.git
synced 2025-01-22 12:58:14 -05:00
11 lines
155 B
TOML
11 lines
155 B
TOML
[auth]
|
|
password = "你的密码"
|
|
|
|
[server]
|
|
port = 8080
|
|
|
|
[https]
|
|
enabled = true
|
|
cert_file = "./certificate/cert.pem"
|
|
key_file = "./certificate/private.key"
|