mirror of
https://github.com/penpot/penpot.git
synced 2025-05-10 04:06:38 +02:00
✨ Add file soft validation support
This commit is contained in:
parent
ac3d7f00d5
commit
d90e184b4d
3 changed files with 16 additions and 2 deletions
|
@ -28,7 +28,8 @@ export PENPOT_FLAGS="\
|
|||
enable-access-tokens \
|
||||
disable-file-validation \
|
||||
disable-file-schema-validation \
|
||||
enable-soft-file-schema-validation";
|
||||
enable-soft-file-schema-validation \
|
||||
enable-soft-file-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