Added detection for the staging environment.

This commit is contained in:
Peter Deltchev 2015-09-03 19:23:48 -07:00
parent 6219ee2e5b
commit fe611bfc16

View file

@ -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'],
]);
/*