From b6bd35a60f53bd4288b21bafc43abe843e9c8f4e Mon Sep 17 00:00:00 2001 From: Fijxu Date: Thu, 12 Jun 2025 18:57:35 -0400 Subject: [PATCH] Document use of unix sockets for `db` --- config/config.example.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/config/config.example.yml b/config/config.example.yml index 8d3e6212..9ed92196 100644 --- a/config/config.example.yml +++ b/config/config.example.yml @@ -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