15 lines
346 B
TOML
15 lines
346 B
TOML
listen = "0.0.0.0:1443"
|
|
idle_timeout_ms = 60000
|
|
connect_timeout_ms = 5000
|
|
max_connections = 1024
|
|
|
|
[[users]]
|
|
username = "admin"
|
|
password = "v7@Qm!2z#R8$pL4^xT?K"
|
|
|
|
[tls]
|
|
# Leave both paths unset for a generated development certificate.
|
|
self_signed = true
|
|
cert_path = "/usr/local/code/certs/server.crt"
|
|
key_path = "/usr/local/code/certs/server.key"
|