mirror of
https://github.com/iv-org/invidious.git
synced 2025-08-02 19:46:29 -04:00
Add config file
This commit is contained in:
parent
e22d6d8549
commit
eb1d1e30d1
3 changed files with 37 additions and 3 deletions
8
config/config.yml
Normal file
8
config/config.yml
Normal file
|
@ -0,0 +1,8 @@
|
|||
pool_size: 10
|
||||
threads: 5
|
||||
db:
|
||||
user: kemal
|
||||
password: kemal
|
||||
host: localhost
|
||||
port: 5432
|
||||
dbname: invidious
|
Loading…
Add table
Add a link
Reference in a new issue