major change fixing bugs when running SSR in the project
This commit is contained in:
@@ -24,6 +24,13 @@ return [
|
||||
'intercept_gate' => 'before', // after
|
||||
],
|
||||
|
||||
'panel_user' => [
|
||||
'enabled' => false,
|
||||
'name' => 'panel_user',
|
||||
],
|
||||
|
||||
|
||||
|
||||
'dashboard_user' => [
|
||||
'enabled' => true,
|
||||
'name' => 'dashboard_user',
|
||||
|
||||
@@ -14,7 +14,7 @@ return [
|
||||
|
||||
'api_only' => env('LOG_VIEWER_API_ONLY', false),
|
||||
|
||||
'require_auth_in_production' => true,
|
||||
'require_auth_in_production' => false,
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user