Add option unix_socket_directories

This commit is contained in:
Julian Rother 2025-01-28 15:28:50 +01:00
parent a58f090af1
commit f97b24dbdd
Signed by: julian
GPG key ID: C19B924C0CD13341
2 changed files with 2 additions and 1 deletions

View file

@ -3,6 +3,7 @@ postgresql:
enable: True
keep_days: 3
listen_addresses: localhost
unix_socket_directories: /var/run/postgresql
max_connections: 100
shared_buffers: 128MB
allowed_hosts: {}