mirror of
https://github.com/penpot/penpot.git
synced 2025-05-10 03:26:38 +02:00
✨ Fix inconsistencies on storage backend usage.
This commit is contained in:
parent
80ab6bbda2
commit
efa5120fac
10 changed files with 41 additions and 34 deletions
|
@ -13,8 +13,8 @@ PENPOT_REDIS_URI=redis://penpot-redis/0
|
|||
# can be configured to store in AWS S3 or completely in de the database.
|
||||
# Storing in the database makes the backups more easy but will make access to
|
||||
# media less performant.
|
||||
PENPOT_STORAGE_BACKEND=fs
|
||||
PENPOT_STORAGE_FS_DIRECTORY=/opt/data/assets
|
||||
ASSETS_STORAGE_BACKEND=assets-fs
|
||||
PENPOT_STORAGE_ASSETS_FS_DIRECTORY=/opt/data/assets
|
||||
|
||||
# Telemetry. When enabled, a periodical process will send anonymous data about
|
||||
# this instance. Telemetry data will enable us to learn on how the application
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue