fix: review postgres on multiple iface

This commit is contained in:
Clément Désiles
2025-11-11 11:11:47 +01:00
parent e692d4df98
commit 9f3e920d7d
5 changed files with 52 additions and 38 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
# Override settings from main postgresql.conf
# Network configuration
listen_addresses = '{{ postgres_listen_addresses }}'
listen_addresses = '{{ postgres_bind }}'
port = {{ postgres_port }}
# Performance tuning