mirror of
https://github.com/iv-org/invidious.git
synced 2025-12-21 03:05:33 -05:00
Document use of unix sockets for db
This commit is contained in:
parent
df8839d1f0
commit
b6bd35a60f
1 changed files with 7 additions and 0 deletions
|
|
@ -8,6 +8,13 @@
|
||||||
## Database configuration with separate parameters.
|
## Database configuration with separate parameters.
|
||||||
## This setting is MANDATORY, unless 'database_url' is used.
|
## This setting is MANDATORY, unless 'database_url' is used.
|
||||||
##
|
##
|
||||||
|
## Note: The 'db' setting allows the use of UNIX
|
||||||
|
## sockets. To do so, set 'host' to ""
|
||||||
|
## E.g:
|
||||||
|
## password: kemal
|
||||||
|
## host: ""
|
||||||
|
## port: 5432
|
||||||
|
##
|
||||||
db:
|
db:
|
||||||
user: kemal
|
user: kemal
|
||||||
password: kemal
|
password: kemal
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue