From faf057153c1f0afff67c307116cef44a420b6099 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Sat, 19 Aug 2023 17:50:03 +0200 Subject: [PATCH] Update config.php --- conf/config.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/conf/config.php b/conf/config.php index 0773c50..e0ba663 100644 --- a/conf/config.php +++ b/conf/config.php @@ -4,9 +4,9 @@ return array( 'base_url' => 'https://__DOMAIN____PATH__', 'db' => array ( 'connection' => 'mysql', - 'dsn' => 'host=localhost;port=3306;dbname=__BD_NAME__', - 'username' => '__BD_NAME__', - 'password' => '__BD_PWD__', + 'dsn' => 'host=localhost;port=3306;dbname=__DB_NAME__', + 'username' => '__DB_NAME__', + 'password' => '__DB_PWD__', ), 'storage' => array(