30 lines
718 B
TOML
30 lines
718 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"
|
|
|
|
[Email]
|
|
enabled = false
|
|
from = 'no-reply@icynet.eu'
|
|
host = 'smtp.google.com'
|
|
port = 587
|
|
secure = false
|
|
baseURL = 'http://localhost:9321/'
|
|
[Email.auth]
|
|
user = 'my-address@gmail.com'
|
|
pass = 'hack me lol'
|
|
[Email.tls]
|
|
rejectUnauthorized = false
|