mirror of
https://github.com/iv-org/invidious.git
synced 2025-09-21 13:14:36 -04:00
Add 'https_only' default
This commit is contained in:
parent
29dc114f7a
commit
62f023c50f
1 changed files with 2 additions and 1 deletions
|
@ -7,4 +7,5 @@ db:
|
||||||
host: localhost
|
host: localhost
|
||||||
port: 5432
|
port: 5432
|
||||||
dbname: invidious
|
dbname: invidious
|
||||||
full_refresh: false
|
full_refresh: false
|
||||||
|
https_only: false
|
Loading…
Add table
Add a link
Reference in a new issue