Files
netoik-db/files/postgres/postgresql.conf
samuel c9c870b0b5
Some checks failed
Continuous Delivery / build_n_upload (push) Has been cancelled
fix: add postgres files
2026-02-22 00:10:25 +01:00

20 lines
837 B
Plaintext

#-------------------------------------------------------------------------------
# FILE LOCATIONS
# Please refer to official doc before editing this section:
# https://www.postgresql.org/docs/current/runtime-config-file-locations.html
#-------------------------------------------------------------------------------
# Change pg_hba location
hba_file = "/etc/postgres/pg_hba.conf"
#-------------------------------------------------------------------------------
# CONNECTIONS AND AUTHENTICATION
# Please refer to official doc before editing this section:
# https://www.postgresql.org/docs/current/runtime-config-connection.html
#-------------------------------------------------------------------------------
# Empty listen addresses to disable listening via TCP/IP
# because we want only uni socket connections
listen_addresses = ""