diff --git a/templates/postgresql.conf.erb b/templates/postgresql.conf.erb index f479286..5f8aa1b 100644 --- a/templates/postgresql.conf.erb +++ b/templates/postgresql.conf.erb @@ -57,9 +57,9 @@ # - Connection Settings - -listen_addresses = '<%= @pl_listen_address %>' -port = <%= @pl_listen_port %> -max_connections = <%= @pl_max_conn %> +listen_addresses = '<%= @pl_listen_address %>' +port = <%= @pl_listen_port %> +max_connections = <%= @pl_max_conn %> #superuser_reserved_connections = 3 # (change requires restart) #unix_socket_directories = '/var/run/postgresql, /tmp' # comma-separated list of directories # (change requires restart)