mirror of
https://github.com/Poniverse/Pony.fm.git
synced 2025-02-07 14:26:44 +01:00
Added detection for the staging environment.
This commit is contained in:
parent
6219ee2e5b
commit
fe611bfc16
1 changed files with 2 additions and 1 deletions
|
@ -27,7 +27,8 @@ $app->redirectIfTrailingSlash();
|
|||
*/
|
||||
|
||||
$env = $app->detectEnvironment([
|
||||
'local' => ['pony.fm.local', 'api.pony.fm.local', 'homestead']
|
||||
'local' => ['pony.fm.local', 'api.pony.fm.local', 'homestead'],
|
||||
'stage' => ['stage.pony.fm'],
|
||||
]);
|
||||
|
||||
/*
|
||||
|
|
Loading…
Reference in a new issue