Postgres: Listen on two sockets
This commit is contained in:
parent
2289379ad5
commit
9c3189544a
1 changed files with 2 additions and 2 deletions
|
@ -8,8 +8,8 @@
|
||||||
listen_addresses = '*'
|
listen_addresses = '*'
|
||||||
port = 5432
|
port = 5432
|
||||||
max_connections = 100
|
max_connections = 100
|
||||||
#unix_socket_directories = '<%= unix_socket %>'
|
unix_socket_directories = '/tmp, <%= unix_socket %>'
|
||||||
unix_socket_directories = '/tmp'
|
# unix_socket_directories = '/tmp'
|
||||||
password_encryption = scram-sha-256
|
password_encryption = scram-sha-256
|
||||||
|
|
||||||
### TODO Add support for ssl
|
### TODO Add support for ssl
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue