mirror of
https://github.com/saltstack-formulas/postgres-formula.git
synced 2025-04-16 09:40:26 +00:00
Correct listen_addresses
option example for postgresql.conf file
This commit is contained in:
parent
a291d40ef1
commit
3a022aa5b7
1 changed files with 3 additions and 2 deletions
|
@ -14,9 +14,10 @@ postgres:
|
|||
- postgresql-contrib
|
||||
- postgresql-plpython
|
||||
|
||||
# This section will append your configuration to postgresql.conf.
|
||||
# Append the lines under this item to your postgresql.conf file.
|
||||
# Pay attention to indent exactly with 4 spaces for all lines.
|
||||
postgresconf: |
|
||||
listen_addresses = 'localhost,*'
|
||||
listen_addresses = '*' # listen on all interfaces
|
||||
|
||||
# Backup extension for postgresql.conf file, defaults to `.bak`.
|
||||
# Set to False to stop creation of backup on postgresql.conf changes.
|
||||
|
|
Loading…
Add table
Reference in a new issue