Change boostrap default env to prod

This commit is contained in:
Benjamin Dalsass
2022-07-26 07:54:56 +02:00
committed by bdalsass
parent 435dce91d7
commit 549bfcafd9

View File

@@ -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)