We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0cbe1fb commit b6193e1Copy full SHA for b6193e1
config/log-viewer.php
@@ -88,7 +88,7 @@
88
\Opcodes\LogViewer\Http\Middleware\AuthorizeLogViewer::class,
89
],
90
91
- 'api_stateful_domains' => null,
+ 'api_stateful_domains' => env('LOG_VIEWER_API_STATEFUL_DOMAINS') ? explode(',', env('LOG_VIEWER_API_STATEFUL_DOMAINS')) : null,
92
93
/*
94
|--------------------------------------------------------------------------
0 commit comments