Add minor improvements to devenv initial flags

This commit is contained in:
Andrey Antukh 2024-03-19 11:21:16 +01:00
parent 126bab3ce4
commit 67cdaa397c
2 changed files with 4 additions and 7 deletions

View file

@ -4,7 +4,7 @@ export PENPOT_HOST=devenv
export PENPOT_TENANT=dev
export PENPOT_FLAGS="\
$PENPOT_FLAGS \
enable-registration
enable-login-with-ldap \
enable-login-with-password
enable-login-with-oidc \
enable-login-with-google \
@ -28,9 +28,7 @@ export PENPOT_FLAGS="\
enable-access-tokens \
disable-feature-components-v2 \
enable-file-validation \
enable-file-schema-validation \
disable-soft-file-schema-validation \
disable-soft-file-validation";
enable-file-schema-validation";
# Setup default upload media file size to 100MiB