mirror of
https://github.com/ArcticFoxes-net/Synapse-Ubuntu-ZFS
synced 2024-11-09 20:31:33 -05:00
7 lines
239 B
Plaintext
7 lines
239 B
Plaintext
# Do not listen on IP interfaces
|
|
listen_addresses = ''
|
|
|
|
unix_socket_directories = '/var/run/postgresql'
|
|
|
|
unix_socket_group = 'postgres-socket' # Create new group and add both postgres and matrix-synapse to it
|
|
unix_socket_permissions = 0660 |