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>
29 lines
1016 B
Plaintext
29 lines
1016 B
Plaintext
# One Sky IT's Aether Framework and System — STAGING / HOME DEV template
|
|
# Copy to .env.staging and fill in real values.
|
|
# AE_CFG_ID: 1=Default, 5=Home Dev, 7=Live Testing/Prod
|
|
|
|
# Shared config record (controls SMTP, API routing, external keys from DB)
|
|
AE_CFG_ID=5
|
|
|
|
# Aether API access
|
|
PUBLIC_AE_API_PROTOCOL=https
|
|
PUBLIC_AE_API_SERVER=dev-api.oneskyit.com
|
|
PUBLIC_AE_API_BAK_SERVER=test-api.oneskyit.com
|
|
PUBLIC_AE_API_PORT=443
|
|
PUBLIC_AE_API_PATH=
|
|
PUBLIC_AE_API_SECRET_KEY=XXXX
|
|
PUBLIC_AE_API_CRUD_SUPER_KEY=XXXX
|
|
# Bootstrap key: used only for the unauthenticated site-domain lookup on first load.
|
|
# Separate from the main API key — has limited permissions (no account_id required).
|
|
PUBLIC_AE_BOOTSTRAP_KEY=XXXX
|
|
PUBLIC_AE_NO_ACCOUNT_ID=No_Account_ID_Here
|
|
PUBLIC_AE_NO_ACCOUNT_ID_TOKEN=Nothing_to_see_here
|
|
|
|
# SvelteKit app config
|
|
AE_APP_NODE_PORT=3001
|
|
|
|
# Default demo/client context (set to the target account for this deployment)
|
|
PUBLIC_AE_ACCOUNT_ID=XXXX
|
|
PUBLIC_AE_EVENT_ID=XXXX
|
|
PUBLIC_AE_SPONSORSHIP_CFG_ID=XXXX
|