diff options
Diffstat (limited to 'config/config.example.yml')
| -rw-r--r-- | config/config.example.yml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/config/config.example.yml b/config/config.example.yml new file mode 100644 index 00000000..e83a7515 --- /dev/null +++ b/config/config.example.yml @@ -0,0 +1,11 @@ +channel_threads: 1 +feed_threads: 1 +db: + user: kemal + password: kemal + host: localhost + port: 5432 + dbname: invidious +full_refresh: false +https_only: false +domain: |
