diff --git a/public/index.php b/public/index.php index 0219e07..c87e18d 100755 --- a/public/index.php +++ b/public/index.php @@ -16,7 +16,8 @@ try { define("VENDOR_DIR", ROOT_DIR . '/vendor'); define("CONFIG_DIR", APP_DIR . '/configs'); - define('APPLICATION_ENV', getenv('APPLICATION_ENV') ?: 'development'); + define('APPLICATION_ENV', 'development'); + //define('APPLICATION_ENV', getenv('APPLICATION_ENV') ?: 'development'); // Autoload dependencies require VENDOR_DIR . '/autoload.php'; -- libgit2 0.21.4