🐛 Fix pricing CTA to be under a config flag (#6304)

This commit is contained in:
Marina López 2025-04-16 17:17:47 +02:00 committed by GitHub
parent ddc41027ab
commit 93c81ea49c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 15 additions and 10 deletions

View file

@ -30,7 +30,8 @@ export PENPOT_FLAGS="\
enable-access-tokens \
enable-tiered-file-data-storage \
enable-file-validation \
enable-file-schema-validation";
enable-file-schema-validation \
enable-subscriptions-old";
# Default deletion delay for devenv
export PENPOT_DELETION_DELAY="24h"