ministream/ministream.toml

10 lines
285 B
TOML

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