diff --git a/postgres/pg_hba.conf b/postgres/pg_hba.conf index 1eb70ea..be13d7a 100644 --- a/postgres/pg_hba.conf +++ b/postgres/pg_hba.conf @@ -1,4 +1,4 @@ # TYPE DATABASE USER ADDRESS METHOD # Database administrative login by Unix domain socket, do not disable local all postgres peer -local all all peer +local all pretix trust diff --git a/postgres/postgresql.conf b/postgres/postgresql.conf index 951000b..dbbc561 100644 --- a/postgres/postgresql.conf +++ b/postgres/postgresql.conf @@ -4,7 +4,7 @@ ident_file = '/etc/postgresql/17/events/pg_ident.conf' external_pid_file = '/var/run/postgresql/17-events.pid' listen_addresses = '' -port = 5433 +port = 5432 max_connections = 100 unix_socket_directories = '/var/run/postgresql' unix_socket_permissions = 0777