fix(penpot): Asset storage backend now assets-fs
Because S3 backend isn't currently compatible with garage (I guess)
This commit is contained in:
parent
74510601b6
commit
5fb7082751
1 changed files with 1 additions and 1 deletions
|
@ -72,7 +72,7 @@
|
|||
PENPOT_DATABASE_URI = "postgresql://penpot-postgres/penpot";
|
||||
PENPOT_REDIS_URI = "redis://penpot-redis/0";
|
||||
# Storage
|
||||
PENPOT_ASSETS_STORAGE_BACKEND = "assets-s3";
|
||||
PENPOT_ASSETS_STORAGE_BACKEND = "assets-fs";
|
||||
# SMTP
|
||||
PENPOT_SMTP_DEFAULT_FROM = "no-reply@gasdev.fr";
|
||||
PENPOT_SMTP_DEFAULT_REPLY_TO = "no-reply@gasdev.fr";
|
||||
|
|
Loading…
Reference in a new issue