From aa06c6094f12f68c1a13c4d24a8d5a3552dfa85b Mon Sep 17 00:00:00 2001 From: Alexandre Aubin <4533074+alexAubin@users.noreply.github.com> Date: Sun, 7 Jan 2024 00:22:56 +0100 Subject: [PATCH] Update config.php --- conf/config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/config.php b/conf/config.php index 1f73aa0..c6038ed 100644 --- a/conf/config.php +++ b/conf/config.php @@ -32,7 +32,7 @@ const ADRESSEMAILADMIN = '__EMAIL__'; const ADRESSEMAILREPONSEAUTO = ''; // Database server name, leave empty to use a socket -//const DB_CONNECTION_STRING = '{$dbConnectionString}'; +const DB_CONNECTION_STRING = ''; // Database user const DB_USER= '__DB_USER__';