Skip to content

Commit

Permalink
Rename environment configuration files
Browse files Browse the repository at this point in the history
  • Loading branch information
odan committed May 20, 2021
1 parent b7d15ac commit b5fabf1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/settings.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
require __DIR__ . '/env.php';
}

// Testing and integration environment
// Test and integration environment
$environment = $_SERVER['APP_ENV'] ?? $_ENV['APP_ENV'] ?? '';
if ($environment) {
require __DIR__ . '/local.' . $environment . '.php';
Expand Down

0 comments on commit b5fabf1

Please sign in to comment.