remove wrong variable

This commit is contained in:
Robert Kaussow 2018-10-16 21:45:53 +02:00
parent e03c2eb89e
commit 1273625b58
1 changed files with 2 additions and 2 deletions

View File

@ -30,8 +30,8 @@ listen_addresses = '{{ postgres_connection_addresses | join(",") }}'
port = {{ postgres_connection_port }}
max_connections = 100
#superuser_reserved_connections = 3
unix_socket_directories = '{{ postgres_socket_directories }}'
unix_socket_group = '{{ postgres_socket_directories | join(",") }}'
unix_socket_directories = '{{ postgres_socket_directories | join(",") }}'
#unix_socket_group = ''
#unix_socket_permissions = 0777
#bonjour = off
#bonjour_name = ''