You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 29, 2022. It is now read-only.
The configuration file must be in the working directory and must be named config.toml.
[http]
host = "0.0.0.0"# HTTP(S) server addresshttpPort = 80# HTTP server port (this is redirect to https port)httpsPort = 443# HTTPS server portcors = ["localhost:8080"] # CORS domainstlsCert = "./cert.pem"# Path to the TLS certificate filetlsKey = "./cert.key"# Path to the TLS key file