Merge b6bd35a60f53bd4288b21bafc43abe843e9c8f4e into eed8f25a3d91f63a91d4d9ce87454ee58f47c14a

This commit is contained in:
Fijxu 2025-12-18 19:13:37 -06:00 committed by GitHub
commit 3150bdaf62
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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