try to fix unicode prefix
This commit is contained in:
parent
1d02ad45ba
commit
65c2c686f5
@ -1,4 +1,4 @@
|
||||
{{ ansible_managed }}
|
||||
# {{ ansible_managed }}
|
||||
# -----------------------------
|
||||
# PostgreSQL configuration file
|
||||
# -----------------------------
|
||||
@ -26,7 +26,7 @@
|
||||
|
||||
# - Connection Settings -
|
||||
|
||||
listen_addresses = '{{ postgres_connection_addresses | join(",") }}'
|
||||
listen_addresses = {{ postgres_connection_addresses | join(",") }}
|
||||
port = {{ postgres_connection_port }}
|
||||
max_connections = 100
|
||||
#superuser_reserved_connections = 3
|
||||
|
Loading…
Reference in New Issue
Block a user