15 lines
241 B
Django/Jinja
15 lines
241 B
Django/Jinja
hostname="localhost:8080"
|
|
|
|
log = { level="info" }
|
|
|
|
api_key="{{ ott_api_key }}"
|
|
session_secret="{{ ott_api_key }}"
|
|
|
|
[info_extractor.youtube]
|
|
api_key="{{ google_api_key }}"
|
|
|
|
[add_preview.search]
|
|
enabled=false
|
|
|
|
[users]
|
|
enable_registration=false |