From a7e362dbfe650aaed140613d4a9a128f65d13f4c Mon Sep 17 00:00:00 2001 From: Andrey Antukh Date: Wed, 15 Apr 2026 18:03:11 +0200 Subject: [PATCH] :paperclip: Add commented helpers on backend _env for testing nexus --- backend/scripts/_env | 4 ++++ 1 file changed, 4 insertions(+) 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"