fix(penpot): Asset storage backend now assets-fs

Because S3 backend isn't currently compatible with garage (I guess)
This commit is contained in:
GaspardCulis 2024-10-23 13:42:45 +02:00
parent 74510601b6
commit 5fb7082751

View file

@ -72,7 +72,7 @@
PENPOT_DATABASE_URI = "postgresql://penpot-postgres/penpot"; PENPOT_DATABASE_URI = "postgresql://penpot-postgres/penpot";
PENPOT_REDIS_URI = "redis://penpot-redis/0"; PENPOT_REDIS_URI = "redis://penpot-redis/0";
# Storage # Storage
PENPOT_ASSETS_STORAGE_BACKEND = "assets-s3"; PENPOT_ASSETS_STORAGE_BACKEND = "assets-fs";
# SMTP # SMTP
PENPOT_SMTP_DEFAULT_FROM = "no-reply@gasdev.fr"; PENPOT_SMTP_DEFAULT_FROM = "no-reply@gasdev.fr";
PENPOT_SMTP_DEFAULT_REPLY_TO = "no-reply@gasdev.fr"; PENPOT_SMTP_DEFAULT_REPLY_TO = "no-reply@gasdev.fr";