diff --git a/backend/scripts/_env b/backend/scripts/_env index f57c6121ec..a18cbc2896 100644 --- a/backend/scripts/_env +++ b/backend/scripts/_env @@ -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"