Skip to content

Commit

Permalink
Update config.php
Browse files Browse the repository at this point in the history
  • Loading branch information
nadar authored Jun 23, 2020
1 parent 163a031 commit 232848a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configs/config.php
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 232848a

Please sign in to comment.