Skip to content

Commit c439c9d

Browse files
committed
Added envionment configuration options.
1 parent 20f699e commit c439c9d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

config/ip_auth.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
|
1212
*/
1313

14-
'default_action' => 'deny',
14+
'default_action' => env('IP_AUTH_DEFAULT_ACTION', 'deny'),
1515

1616
/*
1717
|--------------------------------------------------------------------------
@@ -47,7 +47,7 @@
4747
|
4848
*/
4949

50-
'default_repository' => 'config',
50+
'default_repository' => env('IP_AUTH_REPOSITORY', 'config'),
5151

5252
'repositories' => [
5353

0 commit comments

Comments
 (0)