fix: postgresql conf quotes
This commit is contained in:
@@ -5,7 +5,7 @@
|
|||||||
#-------------------------------------------------------------------------------
|
#-------------------------------------------------------------------------------
|
||||||
|
|
||||||
# Change pg_hba location
|
# Change pg_hba location
|
||||||
hba_file = "/etc/postgres/pg_hba.conf"
|
hba_file = '/etc/postgres/pg_hba.conf'
|
||||||
|
|
||||||
|
|
||||||
#-------------------------------------------------------------------------------
|
#-------------------------------------------------------------------------------
|
||||||
@@ -16,7 +16,7 @@ hba_file = "/etc/postgres/pg_hba.conf"
|
|||||||
|
|
||||||
# Empty listen addresses to disable listening via TCP/IP
|
# Empty listen addresses to disable listening via TCP/IP
|
||||||
# because we want only uni socket connections
|
# because we want only uni socket connections
|
||||||
listen_addresses = ""
|
listen_addresses = ''
|
||||||
|
|
||||||
|
|
||||||
#-------------------------------------------------------------------------------
|
#-------------------------------------------------------------------------------
|
||||||
@@ -26,4 +26,4 @@ listen_addresses = ""
|
|||||||
#-------------------------------------------------------------------------------
|
#-------------------------------------------------------------------------------
|
||||||
|
|
||||||
# Redirect logs to stderr to be managed by journald
|
# Redirect logs to stderr to be managed by journald
|
||||||
log_destination = "stderr"
|
log_destination = 'stderr'
|
||||||
|
|||||||
Reference in New Issue
Block a user