mirror of
https://github.com/Combodo/iTop.git
synced 2026-05-17 22:39:03 +02:00
Change boostrap default env to prod
This commit is contained in:
committed by
bdalsass
parent
435dce91d7
commit
549bfcafd9
@@ -56,7 +56,7 @@ if (file_exists(dirname(__DIR__).'/.env.local.php')) {
|
||||
|
||||
// load all the .env files
|
||||
if (method_exists($oDotenv, 'loadEnv')) {
|
||||
$oDotenv->loadEnv($sPath);
|
||||
$oDotenv->loadEnv($sPath, null, 'prod');
|
||||
} else {
|
||||
// fallback code in case your Dotenv component is not 4.2 or higher (when loadEnv() was added)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user