mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
Debug bar and configuration updates.
This commit is contained in:
@@ -24,11 +24,11 @@ $app = new Illuminate\Foundation\Application;
|
||||
|
|
||||
*/
|
||||
|
||||
$env = $app->detectEnvironment(array(
|
||||
$env = $app->detectEnvironment(function() {
|
||||
// Default to production if LARAVEL_ENV is not set
|
||||
return getenv('LARAVEL_ENV') ?: 'production';
|
||||
});
|
||||
|
||||
'local' => array('homestead'),
|
||||
|
||||
));
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
|
Reference in New Issue
Block a user