1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/invidious_ynh.git synced 2024-09-03 19:15:55 +02:00
invidious_ynh/conf/config.yml

24 lines
455 B
YAML
Raw Normal View History

2020-11-09 22:28:22 +01:00
channel_threads: 1
feed_threads: 1
2020-11-10 11:53:07 +01:00
2020-11-09 22:28:22 +01:00
db:
user: __DB_NAME__
2021-03-03 21:04:16 +01:00
password: __DB_PWD__
2020-11-09 22:28:22 +01:00
host: localhost
port: 5432
dbname: __DB_NAME__
2020-11-10 11:53:07 +01:00
2020-11-09 22:28:22 +01:00
full_refresh: false
2020-11-10 11:53:07 +01:00
https_only: true
2020-11-10 22:06:52 +01:00
domain:
2020-11-09 22:28:22 +01:00
port: __PORT__
host_binding: 127.0.0.1
2020-11-10 11:53:07 +01:00
#https://github.com/iv-org/invidious/blob/5c6911065845d2724c7826f3d663a6ee6c7d4774/src/invidious/helpers/helpers.cr#L129
default_user_preferences:
dark_mode: true
local: true
locale: "__LANGUAGE__"
comments: ["youtube",""]