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 = 250
|
||||
# listen_port
|
||||
port = 5432
|
||||
port = {{ services['postgresql']['ports']['tcp'] }}
|
||||
|
||||
# SSL
|
||||
ssl = on
|
||||
|
||||
Reference in New Issue
Block a user