Skip to content

Commit

Permalink
Disable external upload by default
Browse files Browse the repository at this point in the history
  • Loading branch information
sylvesterdamgaard committed Oct 21, 2024
1 parent f9acd80 commit db8fed2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/assetdrop.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
'tags' => env('ASSETDROP_IMAGE_STATAMIC_TAGS', 'assetdrop'),
],
'external' => [
'enabled' => env('ASSETDROP_IMAGE_EXTERNAL_ENABLE', true),
'enabled' => env('ASSETDROP_IMAGE_EXTERNAL_ENABLE', false),
'disk' => env('ASSETDROP_IMAGE_EXTERNAL_DISK', 'ftp'),
'path' => env('ASSETDROP_IMAGE_EXTERNAL_PATH', '{{ assetdrop_uploaded_at | format="dmy" }}-{{ assetdrop_uploaded_by:initials }}-{{ assetdrop_name }}.{{ extension }}'),
],
Expand Down

0 comments on commit db8fed2

Please sign in to comment.