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(