diff options
Diffstat (limited to 'config')
| -rw-r--r-- | config/config.yml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/config/config.yml b/config/config.yml new file mode 100644 index 00000000..f8a06faa --- /dev/null +++ b/config/config.yml @@ -0,0 +1,8 @@ +pool_size: 10 +threads: 5 +db: + user: kemal + password: kemal + host: localhost + port: 5432 + dbname: invidious
\ No newline at end of file |
