mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-10 00:34:50 +00:00
Merge pull request #3373 from pixelfed/staging
Update filesystem config
This commit is contained in:
commit
792a93c36f
1 changed files with 0 additions and 1 deletions
|
@ -79,7 +79,6 @@ return [
|
||||||
'CacheControl' => 'max-age=31536000'
|
'CacheControl' => 'max-age=31536000'
|
||||||
],
|
],
|
||||||
'root' => env('DO_SPACES_ROOT','/'),
|
'root' => env('DO_SPACES_ROOT','/'),
|
||||||
'url' => str_replace(env('DO_SPACES_REGION'),env('DO_SPACES_BUCKET').'.'.env('DO_SPACES_REGION'),str_replace("digitaloceanspaces","cdn.digitaloceanspaces",env('DO_SPACES_ENDPOINT'))),
|
|
||||||
],
|
],
|
||||||
|
|
||||||
'backup' => [
|
'backup' => [
|
||||||
|
|
Loading…
Reference in a new issue