mirror of
https://github.com/iv-org/invidious.git
synced 2025-08-07 13:18:30 +00:00
Start writting a better config.example.yml using the wiki configuration page
This commit is contained in:
parent
157b86db43
commit
c0aca1883c
@ -1,11 +1,29 @@
|
|||||||
|
# Number of threads to use for crawling videos from channels (default 1)
|
||||||
channel_threads: 1
|
channel_threads: 1
|
||||||
|
|
||||||
|
# Number of threads to use for refreshing subscription feeds (default 1)
|
||||||
feed_threads: 1
|
feed_threads: 1
|
||||||
|
|
||||||
db:
|
db:
|
||||||
|
# # your database user (default kemal)
|
||||||
user: kemal
|
user: kemal
|
||||||
|
# your database password (default kemal)
|
||||||
password: kemal
|
password: kemal
|
||||||
|
# database host (default localhost)
|
||||||
host: localhost
|
host: localhost
|
||||||
|
# postgres port (default 5432)
|
||||||
port: 5432
|
port: 5432
|
||||||
|
# database name (default invidious)
|
||||||
dbname: invidious
|
dbname: invidious
|
||||||
|
|
||||||
|
# When crawling channel videos, threads should refresh all videos uploaded by a channel (default false)
|
||||||
full_refresh: false
|
full_refresh: false
|
||||||
|
|
||||||
|
# If your are serving your instance via https, set it to true (default false)
|
||||||
https_only: false
|
https_only: false
|
||||||
|
|
||||||
|
# If you are serving your instance via a domain name, set it here (no default)
|
||||||
domain:
|
domain:
|
||||||
|
|
||||||
|
# If your are serving your instance via https, set it to 443 (default 3000)
|
||||||
|
external_port: 3000
|
||||||
|
Loading…
Reference in New Issue
Block a user