diff options
| -rw-r--r-- | config/config.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/config/config.yml b/config/config.yml index 94c2766a..dac2259f 100644 --- a/config/config.yml +++ b/config/config.yml @@ -7,4 +7,5 @@ db: host: localhost port: 5432 dbname: invidious -full_refresh: false
\ No newline at end of file +full_refresh: false +https_only: false
\ No newline at end of file |
