Document use of unix sockets for db

This commit is contained in:
Fijxu
2025-06-12 18:57:35 -04:00
committed by Émilien (perso)
parent 0ee92e3298
commit cc7cb94095

View File

@@ -8,6 +8,13 @@
## Database configuration with separate parameters.
## 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:
user: kemal
password: kemal