We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
listen_addresses
1 parent a291d40 commit 3a022aaCopy full SHA for 3a022aa
pillar.example
@@ -14,9 +14,10 @@ postgres:
14
- postgresql-contrib
15
- postgresql-plpython
16
17
- # This section will append your configuration to postgresql.conf.
+ # Append the lines under this item to your postgresql.conf file.
18
+ # Pay attention to indent exactly with 4 spaces for all lines.
19
postgresconf: |
- listen_addresses = 'localhost,*'
20
+ listen_addresses = '*' # listen on all interfaces
21
22
# Backup extension for postgresql.conf file, defaults to `.bak`.
23
# Set to False to stop creation of backup on postgresql.conf changes.
0 commit comments