ministream/ministream.toml

11 lines
293 B
TOML

# SiteName is used for displaying title of site on frontend.
# Default: "ministream"
# Env: MINISTREAM_SITENAME
SiteName = "stream.example.org"
[HTTP]
# HTTPListenAddr is which port the HTTP server will listen on.
# Default: ":8080"
# Env: MINISTREAM_HTTP_LISTENADDR
HTTPListenAddr = ":8080"