Add option unix_socket_directories
This commit is contained in:
parent
a58f090af1
commit
f97b24dbdd
2 changed files with 2 additions and 1 deletions
|
|
@ -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: {}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue