ministream/ministream.toml

10 lines
285 B
TOML
Raw Normal View History

2023-12-04 23:45:43 +00:00
# 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"