mirror of
https://github.com/penpot/penpot.git
synced 2025-06-30 19:07:02 +02:00
✨ Set smaller default deletion delay for devenv
And make the deletion delay configurable
This commit is contained in:
parent
7b7820952c
commit
34534c924f
3 changed files with 10 additions and 1 deletions
|
@ -29,6 +29,8 @@ export PENPOT_FLAGS="\
|
|||
enable-file-validation \
|
||||
enable-file-schema-validation";
|
||||
|
||||
# Default deletion delay for devenv
|
||||
export PENPOT_DELETION_DELAY="24h"
|
||||
|
||||
# Setup default upload media file size to 100MiB
|
||||
export PENPOT_MEDIA_MAX_FILE_SIZE=104857600
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue