Commit ee7b5a43712da7e94f748977e3a04d50a571053e

Authored by Alex Savenko
1 parent 567d2c92

set dev env

Showing 1 changed file with 2 additions and 1 deletions   Show diff stats
@@ -16,7 +16,8 @@ try { @@ -16,7 +16,8 @@ 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', 'development');
  20 + //define('APPLICATION_ENV', getenv('APPLICATION_ENV') ?: 'development');
20 21
21 // Autoload dependencies 22 // Autoload dependencies
22 require VENDOR_DIR . '/autoload.php'; 23 require VENDOR_DIR . '/autoload.php';