Skip to content

Commit

Permalink
Merge pull request #81 from migueldamaso/patch-1
Browse files Browse the repository at this point in the history
[1.x] Allow localhost ip access by default
  • Loading branch information
taylorotwell authored Mar 5, 2020
2 parents 3eae16b + 62aa2b7 commit 3a1079f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/airlock.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
|
*/

'stateful' => explode(',', env('AIRLOCK_STATEFUL_DOMAINS', 'localhost')),
'stateful' => explode(',', env('AIRLOCK_STATEFUL_DOMAINS', 'localhost,127.0.0.1')),

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

0 comments on commit 3a1079f

Please sign in to comment.