mirror of
https://github.com/penpot/penpot.git
synced 2025-05-10 08:36:38 +02:00
✨ Setup better media max file-size on devenv
This commit is contained in:
parent
77564531eb
commit
fede8c9975
5 changed files with 18 additions and 11 deletions
|
@ -32,6 +32,10 @@ export PENPOT_FLAGS="\
|
|||
disable-soft-file-schema-validation \
|
||||
disable-soft-file-validation";
|
||||
|
||||
|
||||
# Setup default upload media file size to 100MiB
|
||||
export PENPOT_MEDIA_MAX_FILE_SIZE=104857600
|
||||
|
||||
# export PENPOT_DATABASE_URI="postgresql://172.17.0.1:5432/penpot"
|
||||
# export PENPOT_DATABASE_USERNAME="penpot"
|
||||
# export PENPOT_DATABASE_PASSWORD="penpot"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue