Skip to content

Commit

Permalink
Change default
Browse files Browse the repository at this point in the history
  • Loading branch information
timkelty committed Feb 9, 2024
1 parent cafcc16 commit 77938b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/fs/AssetsFs.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@

class AssetsFs extends Fs
{
public ?string $localFsPath = '@webroot/craft-cloud';
public ?string $localFsUrl = '@web/craft-cloud';
public ?string $localFsPath = '@webroot/uploads';
public ?string $localFsUrl = '@web/uploads';
protected ?string $expires = '1 years';

public function init(): void
Expand Down

0 comments on commit 77938b2

Please sign in to comment.