mirror of
https://github.com/penpot/penpot.git
synced 2025-07-20 10:47:11 +02:00
✨ Add the notion of temporal files on the storage.
This commit is contained in:
parent
5d0ad1ada2
commit
d68286821b
8 changed files with 176 additions and 95 deletions
|
@ -30,12 +30,17 @@
|
|||
:redis-uri "redis://localhost/0"
|
||||
|
||||
:storage-backend :fs
|
||||
:storage-fs-old-directory "resources/public/media"
|
||||
|
||||
:storage-fs-directory "resources/public/assets"
|
||||
:storage-fs-uri "http://localhost:3449/internal/assets/"
|
||||
:storage-s3-region :eu-central-1
|
||||
:storage-s3-bucket "penpot-devenv-assets-pre"
|
||||
|
||||
:local-assets-uri "http://localhost:3449/internal/assets/"
|
||||
|
||||
;; Special configuration for TMP backend.
|
||||
:storage-tmp-directory "/tmp/penpot"
|
||||
:storage-tmp-uri "file:///tmp/penpot/"
|
||||
|
||||
:rlimits-password 10
|
||||
:rlimits-image 2
|
||||
|
||||
|
@ -83,7 +88,7 @@
|
|||
|
||||
(s/def ::storage-backend ::us/keyword)
|
||||
(s/def ::storage-fs-directory ::us/string)
|
||||
(s/def ::storage-fs-uri ::us/string)
|
||||
(s/def ::local-assets-uri ::us/string)
|
||||
(s/def ::storage-s3-region ::us/keyword)
|
||||
(s/def ::storage-s3-bucket ::us/string)
|
||||
|
||||
|
@ -193,7 +198,7 @@
|
|||
::smtp-username
|
||||
::storage-backend
|
||||
::storage-fs-directory
|
||||
::storage-fs-uri
|
||||
::local-assets-uri
|
||||
::storage-s3-bucket
|
||||
::storage-s3-region
|
||||
::telemetry-enabled
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue