Update
This commit is contained in:
@@ -2,6 +2,21 @@
|
||||
|
||||
return [
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Basic Auth
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
||||
| Basic auth credentials for Laravel Horizon.
|
||||
|
|
||||
*/
|
||||
|
||||
'basic_auth' => [
|
||||
'username' => env('BASIC_AUTH_USERNAME'),
|
||||
'password' => env('BASIC_AUTH_PASSWORD'),
|
||||
],
|
||||
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Authentication Defaults
|
||||
|
||||
Reference in New Issue
Block a user