Skip to content

Commit a663c36

Browse files
committed
Add option to set a filesystem with .env variables
1 parent 29855c1 commit a663c36

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

config/log-viewer.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,8 @@
6767
|
6868
*/
6969
'filesystem' => [
70-
'root' => '',
71-
'disk' => 'log-viewer-local',
70+
'root' => env('LOG_VIEWER_FILESYSTEM_ROOT', ''),
71+
'disk' => env('LOG_VIEWER_FILESYSTEM_DISK', 'log-viewer-local'),
7272
],
7373

7474
/*

0 commit comments

Comments
 (0)