Skip to content

Commit

Permalink
Added public storage disk for geo-overlays
Browse files Browse the repository at this point in the history
  • Loading branch information
mtiessen1175 committed Jul 26, 2024
1 parent 3577945 commit 7c2fc62
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions config/filesystems.php
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,13 @@
'driver' => 'local',
'root' => storage_path('ifdos'),
],

'geo-overlays' => [
'driver' => 'local',
'root' => storage_path('app/public/geo-overlays'),
'url' => env('APP_URL').'/storage/geo-overlays',
'visibility' => 'public',
],
],

/*
Expand Down

0 comments on commit 7c2fc62

Please sign in to comment.