Commit c5c4d04db6e4d3df396b9fb93b8296b69c82205e

Authored by Alex Savenko
1 parent 4b7da923

config

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
@@ -16,7 +16,7 @@ try { @@ -16,7 +16,7 @@ try {
16 define("VENDOR_DIR", ROOT_DIR . '/vendor'); 16 define("VENDOR_DIR", ROOT_DIR . '/vendor');
17 define("CONFIG_DIR", APP_DIR . '/configs'); 17 define("CONFIG_DIR", APP_DIR . '/configs');
18 18
19 - define('APPLICATION_ENV', getenv('APPLICATION_ENV') ?: 'development'); 19 + define('APPLICATION_ENV', getenv('APPLICATION_ENV') ?: 'develop');
20 20
21 // Autoload dependencies 21 // Autoload dependencies
22 require VENDOR_DIR . '/autoload.php'; 22 require VENDOR_DIR . '/autoload.php';