Skip to content

Commit

Permalink
Allow .env configuration of airlock stateful domains
Browse files Browse the repository at this point in the history
  • Loading branch information
guuske committed Feb 11, 2020
1 parent 38fa213 commit d35adb5
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions config/airlock.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,7 @@
|
*/

'stateful' => [
'localhost',
explode(',', env('AIRLOCK_STATEFUL_DOMAINS', ''))
],
'stateful' => explode(',', env('AIRLOCK_STATEFUL_DOMAINS', 'localhost')),

/*
|--------------------------------------------------------------------------
Expand Down

0 comments on commit d35adb5

Please sign in to comment.