mirror of
https://github.com/penpot/penpot.git
synced 2025-05-10 11:36:38 +02:00
✨ Add minor improvements to devenv initial flags
This commit is contained in:
parent
126bab3ce4
commit
67cdaa397c
2 changed files with 4 additions and 7 deletions
|
@ -4,7 +4,7 @@ export PENPOT_HOST=devenv
|
||||||
export PENPOT_TENANT=dev
|
export PENPOT_TENANT=dev
|
||||||
export PENPOT_FLAGS="\
|
export PENPOT_FLAGS="\
|
||||||
$PENPOT_FLAGS \
|
$PENPOT_FLAGS \
|
||||||
enable-registration
|
enable-login-with-ldap \
|
||||||
enable-login-with-password
|
enable-login-with-password
|
||||||
enable-login-with-oidc \
|
enable-login-with-oidc \
|
||||||
enable-login-with-google \
|
enable-login-with-google \
|
||||||
|
@ -28,9 +28,7 @@ export PENPOT_FLAGS="\
|
||||||
enable-access-tokens \
|
enable-access-tokens \
|
||||||
disable-feature-components-v2 \
|
disable-feature-components-v2 \
|
||||||
enable-file-validation \
|
enable-file-validation \
|
||||||
enable-file-schema-validation \
|
enable-file-schema-validation";
|
||||||
disable-soft-file-schema-validation \
|
|
||||||
disable-soft-file-validation";
|
|
||||||
|
|
||||||
|
|
||||||
# Setup default upload media file size to 100MiB
|
# Setup default upload media file size to 100MiB
|
||||||
|
|
|
@ -15,13 +15,12 @@ export PENPOT_FLAGS="\
|
||||||
enable-feature-fdata-pointer-map \
|
enable-feature-fdata-pointer-map \
|
||||||
enable-feature-fdata-objects-map \
|
enable-feature-fdata-objects-map \
|
||||||
disable-secure-session-cookies \
|
disable-secure-session-cookies \
|
||||||
|
enable-rpc-climit \
|
||||||
enable-smtp \
|
enable-smtp \
|
||||||
enable-access-tokens \
|
enable-access-tokens \
|
||||||
disable-feature-components-v2 \
|
disable-feature-components-v2 \
|
||||||
enable-file-validation \
|
enable-file-validation \
|
||||||
enable-file-schema-validation \
|
enable-file-schema-validation";
|
||||||
disable-soft-file-schema-validation \
|
|
||||||
disable-soft-file-validation";
|
|
||||||
|
|
||||||
export OPTIONS="
|
export OPTIONS="
|
||||||
-A:jmx-remote -A:dev \
|
-A:jmx-remote -A:dev \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue