chore(env): scrub real account IDs from .env.staging.default comments
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 <noreply@anthropic.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user