config: update postgresql.conf.j2 to fix port from hardcoded number to ansible variable

This commit is contained in:
2026-04-01 21:54:55 +09:00
parent 84d961c7e3
commit b52a6f6f0d

View File

@@ -8,7 +8,7 @@ listen_addresses = '*'
# Max connections
max_connections = 250
# listen_port
port = 5432
port = {{ services['postgresql']['ports']['tcp'] }}
# SSL
ssl = on