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-04 08:55:39 +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",""]
|
|
|
|
|