postgres fixes
This commit is contained in:
parent
1f87107d00
commit
8a1e21d641
2 changed files with 2 additions and 2 deletions
|
|
@ -1,4 +1,4 @@
|
||||||
# TYPE DATABASE USER ADDRESS METHOD
|
# TYPE DATABASE USER ADDRESS METHOD
|
||||||
# Database administrative login by Unix domain socket, do not disable
|
# Database administrative login by Unix domain socket, do not disable
|
||||||
local all postgres peer
|
local all postgres peer
|
||||||
local all all peer
|
local all pretix trust
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,7 @@ ident_file = '/etc/postgresql/17/events/pg_ident.conf'
|
||||||
external_pid_file = '/var/run/postgresql/17-events.pid'
|
external_pid_file = '/var/run/postgresql/17-events.pid'
|
||||||
|
|
||||||
listen_addresses = ''
|
listen_addresses = ''
|
||||||
port = 5433
|
port = 5432
|
||||||
max_connections = 100
|
max_connections = 100
|
||||||
unix_socket_directories = '/var/run/postgresql'
|
unix_socket_directories = '/var/run/postgresql'
|
||||||
unix_socket_permissions = 0777
|
unix_socket_permissions = 0777
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue