From 98736ae1bcb6a4938823de15e7d4911a4987de4d Mon Sep 17 00:00:00 2001 From: Scott Idem Date: Thu, 26 Mar 2026 14:08:18 -0400 Subject: [PATCH] chore(env): scrub real account IDs from .env.staging.default comments MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The staging default template had real OSIT account_id and event_id values in inline comments. These are not secrets but shouldn't be in a committed template — they'd be misleading on any non-OSIT deployment. Replaced with plain XXXX placeholders. Co-Authored-By: Claude Sonnet 4.6 --- .env.staging.default | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.env.staging.default b/.env.staging.default index 1f65c148..552a167e 100644 --- a/.env.staging.default +++ b/.env.staging.default @@ -23,6 +23,6 @@ PUBLIC_AE_NO_ACCOUNT_ID_TOKEN=Nothing_to_see_here AE_APP_NODE_PORT=3001 # Default demo/client context (set to the target account for this deployment) -PUBLIC_AE_ACCOUNT_ID=XXXX # OSIT = _XY7DXtc9MY -PUBLIC_AE_EVENT_ID=XXXX # OSIT = pjrcghqwert +PUBLIC_AE_ACCOUNT_ID=XXXX +PUBLIC_AE_EVENT_ID=XXXX PUBLIC_AE_SPONSORSHIP_CFG_ID=XXXX