15 lines
318 B
Plaintext
15 lines
318 B
Plaintext
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 = "certs/server.crt"
|
|
# key_path = "certs/server.key"
|