mirror of
https://gitea.invidious.io/iv-org/invidious-copy-2022-03-16.git
synced 2024-08-15 00:53:18 +00:00
Allow providing 12-Factor-style Database URL in config
This commit is contained in:
parent
c9a316ad35
commit
79e99908de
4 changed files with 43 additions and 16 deletions
|
@ -6,6 +6,8 @@ db:
|
|||
host: localhost
|
||||
port: 5432
|
||||
dbname: invidious
|
||||
# alternatively, the database URL can be provided directly - if both are set then the latter takes precedence
|
||||
# database_url: postgres://kemal:kemal@localhost:5432/invidious
|
||||
full_refresh: false
|
||||
https_only: false
|
||||
domain:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue