This repository has been archived on 2024-05-09. You can view files and clone it, but cannot push or open issues or pull requests.
icytv/config.example.toml

17 lines
462 B
TOML
Raw Normal View History

[Streaming]
port = 5000
database = "streaming.db"
streamServer = "http://localhost:5000/live/"
serverHost = "localhost:1935"
publishAddress = "rtmp://{host}:1935/hls-live/{streamer}"
secret = "changeme"
[Auth]
provider = "oauth2"
strategy = "passport-oauth2"
callbackURL = "http://localhost:5000/auth/_callback/"
authorizationURL = "http://localhost/oauth2/authorize"
tokenURL = "http://localhost/oauth2/token"
clientID = 1
clientSecret = "hackme"