feat: first commit

This commit is contained in:
2026-02-21 22:52:41 +01:00
commit 593e896e3e
9 changed files with 146 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
#-------------------------------------------------------------------------------
# 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 = ""