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