Commit c5c4d04db6e4d3df396b9fb93b8296b69c82205e
1 parent
4b7da923
config
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
public/index.php
... | ... | @@ -16,7 +16,7 @@ try { |
16 | 16 | define("VENDOR_DIR", ROOT_DIR . '/vendor'); |
17 | 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 | 21 | // Autoload dependencies |
22 | 22 | require VENDOR_DIR . '/autoload.php'; | ... | ... |