Update
This commit is contained in:
@@ -28,7 +28,7 @@
|
||||
|
|
||||
*/
|
||||
|
||||
'path' => env('HORIZON_PATH', 'horizon'),
|
||||
'path' => env('HORIZON_PATH', 'chorizo'),
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
@@ -70,7 +70,22 @@
|
||||
|
|
||||
*/
|
||||
|
||||
'middleware' => ['web'],
|
||||
'middleware' => ['web', \App\Http\Middleware\HorizonBasicAuthMiddleware::class],
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Horizon Basic Auth
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
||||
| These credentials will be used to authenticate access to the Horizon
|
||||
| dashboard. You can set these values in your environment file.
|
||||
|
|
||||
*/
|
||||
|
||||
'basic_auth' => [
|
||||
'username' => env('BASIC_AUTH_USERNAME', 'admin'),
|
||||
'password' => env('BASIC_AUTH_PASSWORD', 'password'),
|
||||
],
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user