From bb024ec47fc560e54d773ccd37144641ad7660d5 Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Mon, 17 Oct 2022 22:16:02 -0600 Subject: [PATCH] Update config.conf --- freebsd/resources/fusionpbx/config.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/freebsd/resources/fusionpbx/config.conf b/freebsd/resources/fusionpbx/config.conf index 09a14e8..6024644 100644 --- a/freebsd/resources/fusionpbx/config.conf +++ b/freebsd/resources/fusionpbx/config.conf @@ -3,7 +3,7 @@ database.0.type = pgsql database.0.host = {database_host} database.0.port = 5432 -database.0.sslmode=prefer +database.0.sslmode = prefer database.0.name = {database_name} database.0.username = {database_username} database.0.password = {database_password} @@ -12,7 +12,7 @@ database.0.password = {database_password} database.1.type = pgsql database.1.host = {database_host} database.1.port = 5432 -database.1.sslmode=prefer +database.1.sslmode = prefer database.1.name = freeswitch database.1.username = freeswitch database.1.password = {database_password}