diff --git a/configs/config.php b/configs/config.php index 17de977..56d2a4b 100644 --- a/configs/config.php +++ b/configs/config.php @@ -100,7 +100,7 @@ /************ PROD ************/ -$config->env(Config::ENV_LOCAL, function(Config $config) { +$config->env(Config::ENV_PROD, function(Config $config) { // database setup $config->component('db', [ 'dsn' => 'mysql:host=localhost;dbname=DB_NAME',