3
0

add variables

This commit is contained in:
Arne Teuke
2025-04-19 12:34:50 +02:00
parent 9989735dc8
commit 95466322ad
2 changed files with 7 additions and 6 deletions

View File

@@ -57,12 +57,9 @@
# - Connection Settings -
listen_addresses = '<%= @pl_listen_address %>' # what IP address(es) to listen on;
# comma-separated list of addresses;
# defaults to 'localhost'; use '*' for all
# (change requires restart)
#port = 5432 # (change requires restart)
max_connections = 100 # (change requires restart)
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)