mirror of
https://github.com/penpot/penpot.git
synced 2025-02-12 10:09:03 -05:00
✨ Enable file validation by default in devenv
This commit is contained in:
parent
c8073c2a37
commit
0eb66464ab
2 changed files with 2 additions and 3 deletions
|
@ -26,7 +26,7 @@ export PENPOT_FLAGS="\
|
|||
enable-soft-rpc-rlimit \
|
||||
enable-webhooks \
|
||||
enable-access-tokens \
|
||||
disable-file-validation";
|
||||
enable-file-validation";
|
||||
|
||||
# export PENPOT_DATABASE_URI="postgresql://172.17.0.1:5432/penpot"
|
||||
# export PENPOT_DATABASE_USERNAME="penpot"
|
||||
|
|
|
@ -12,13 +12,12 @@ export PENPOT_FLAGS="\
|
|||
enable-audit-log \
|
||||
enable-transit-readable-response \
|
||||
enable-demo-users \
|
||||
enable-file-validation \
|
||||
enable-feature-fdata-pointer-map \
|
||||
enable-feature-fdata-objects-map \
|
||||
disable-secure-session-cookies \
|
||||
enable-smtp \
|
||||
enable-access-tokens \
|
||||
disable-file-validation";
|
||||
enable-file-validation";
|
||||
|
||||
# Initialize MINIO config
|
||||
mc alias set penpot-s3/ http://minio:9000 minioadmin minioadmin
|
||||
|
|
Loading…
Add table
Reference in a new issue