📎 Add commented helpers on backend _env for testing nexus

This commit is contained in:
Andrey Antukh 2026-04-15 18:03:11 +02:00
parent f8f7a0828e
commit a7e362dbfe

View File

@ -45,6 +45,10 @@ export PENPOT_FLAGS="\
enable-redis-cache \
enable-subscriptions";
# Uncomment for nexus integration testing
# export PENPOT_FLAGS="$PENPOT_FLAGS enable-audit-log-archive";
# export PENPOT_AUDIT_LOG_ARCHIVE_URI="http://localhost:6070/api/audit";
# Default deletion delay for devenv
export PENPOT_DELETION_DELAY="24h"