mirror of
https://github.com/bitinflow/bunny-cli.git
synced 2026-03-13 13:45:54 +00:00
Improve uploads/deletions
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
return [
|
||||
'storage' => [
|
||||
'hostname' => env('BUNNY_STORAGE_HOSTNAME'),
|
||||
'hostname' => env('BUNNY_STORAGE_HOSTNAME', 'storage.bunnycdn.com'),
|
||||
'username' => env('BUNNY_STORAGE_USERNAME'),
|
||||
'password' => env('BUNNY_STORAGE_PASSWORD'),
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user