mirror of
https://github.com/penpot/penpot.git
synced 2025-05-10 00:36:38 +02:00
✨ Make file schema validation configurable using flags
This commit is contained in:
parent
0081db4770
commit
ac3d7f00d5
6 changed files with 43 additions and 12 deletions
|
@ -26,7 +26,9 @@ export PENPOT_FLAGS="\
|
|||
enable-soft-rpc-rlimit \
|
||||
enable-webhooks \
|
||||
enable-access-tokens \
|
||||
enable-file-validation";
|
||||
disable-file-validation \
|
||||
disable-file-schema-validation \
|
||||
enable-soft-file-schema-validation";
|
||||
|
||||
# export PENPOT_DATABASE_URI="postgresql://172.17.0.1:5432/penpot"
|
||||
# export PENPOT_DATABASE_USERNAME="penpot"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue