config: update postgresql.conf.j2 to fix port from hardcoded number to ansible variable
This commit is contained in:
@@ -8,7 +8,7 @@ listen_addresses = '*'
|
|||||||
# Max connections
|
# Max connections
|
||||||
max_connections = 250
|
max_connections = 250
|
||||||
# listen_port
|
# listen_port
|
||||||
port = 5432
|
port = {{ services['postgresql']['ports']['tcp'] }}
|
||||||
|
|
||||||
# SSL
|
# SSL
|
||||||
ssl = on
|
ssl = on
|
||||||
|
|||||||
Reference in New Issue
Block a user