17 lines
462 B
TOML
17 lines
462 B
TOML
[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"
|