mirror of
https://github.com/penpot/penpot.git
synced 2025-05-10 09:46:37 +02:00
🎉 Do file validation on each file change
This commit is contained in:
parent
ae793c079b
commit
24efa867e7
5 changed files with 47 additions and 23 deletions
|
@ -24,7 +24,8 @@ export PENPOT_FLAGS="\
|
|||
enable-rpc-rlimit \
|
||||
enable-soft-rpc-rlimit \
|
||||
enable-webhooks \
|
||||
enable-access-tokens";
|
||||
enable-access-tokens \
|
||||
disable-file-validation";
|
||||
|
||||
# export PENPOT_DATABASE_URI="postgresql://172.17.0.1:5432/penpot"
|
||||
# export PENPOT_DATABASE_USERNAME="penpot"
|
||||
|
|
|
@ -15,7 +15,8 @@ export PENPOT_FLAGS="\
|
|||
enable-fdata-storage-objets-map \
|
||||
disable-secure-session-cookies \
|
||||
enable-smtp \
|
||||
enable-access-tokens";
|
||||
enable-access-tokens \
|
||||
disable-file-validation";
|
||||
|
||||
set -ex
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue