Skip to content

Commit

Permalink
Update dotenv path
Browse files Browse the repository at this point in the history
  • Loading branch information
odan committed Sep 9, 2022
1 parent ad087de commit b16b771
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
@@ -1,7 +1,7 @@
<?php

// Load .env file if located in the project root directory
// (\Dotenv\Dotenv::createImmutable(__DIR__ . '/../'))->safeLoad();
// (\Dotenv\Dotenv::createImmutable(__DIR__ . '/../../'))->safeLoad();

// Define environment
$_ENV['APP_ENV'] = $_ENV['APP_ENV'] ?? $_SERVER['APP_ENV'] ?? 'dev';
Expand Down

0 comments on commit b16b771

Please sign in to comment.