postgres fixes

This commit is contained in:
kleines Filmröllchen 2026-02-15 23:56:48 +01:00
parent 1f87107d00
commit 8a1e21d641
Signed by: filmroellchen
SSH key fingerprint: SHA256:UMhcHaeI+VGsiUL2Drpw3aj1iRiQUlx8nxZqUPvoaVw
2 changed files with 2 additions and 2 deletions

View file

@ -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