9 lines
198 B
TOML
9 lines
198 B
TOML
host = '0.0.0.0'
|
|
secure = false
|
|
port = 8080
|
|
vod_directory = '/media/videos'
|
|
|
|
[google]
|
|
api_key = '<your API key here>'
|
|
client_id = '<your client ID here>'
|
|
client_secret = '<your client secret here>'
|