From 17ebdef47e3d459b6bb8c769e99abd4bf0a4362a Mon Sep 17 00:00:00 2001 From: Arne Teuke Date: Sat, 19 Apr 2025 12:38:26 +0200 Subject: [PATCH] add variables --- templates/postgresql.conf.erb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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)