vodular/config.example.toml

10 lines
198 B
TOML
Raw Normal View History

2026-06-08 02:49:39 +01:00
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>'