From c5c4d04db6e4d3df396b9fb93b8296b69c82205e Mon Sep 17 00:00:00 2001 From: Alex Date: Tue, 14 Feb 2017 17:57:27 +0200 Subject: [PATCH] config --- public/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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