We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9460933 commit 7622ed8Copy full SHA for 7622ed8
ansible/files/postgresql_config/postgresql.service.j2
@@ -23,6 +23,7 @@ EnvironmentFile=-/etc/environment.d/postgresql.env
23
LimitNOFILE=16384
24
{% if supabase_internal is defined %}
25
ReadOnlyPaths=/etc
26
+IPAddressDeny=localhost
27
{% endif %}
28
[Install]
29
WantedBy=multi-user.target
0 commit comments