diff --git a/conf/settings.php b/conf/settings.php index 17c74d5..35f285c 100644 --- a/conf/settings.php +++ b/conf/settings.php @@ -22,7 +22,7 @@ $app['proxies'] = []; $app['db.options'] = [ 'dbname' => '__DB_NAME__', 'user' => '__DB_USER__', - 'password' => '__DBPWD__', + 'password' => '__DB_PWD__', 'host' => 'localhost', 'driver' => 'pdo_mysql' ];