- .env.staging.default / .env.prod.default: remove dead Red/Green/Blue container vars, OSIT_WEB_PORT vars, DOCKER_AE_EXTRA_HOST entries, AE_APP_CFG_ID, AE_APP_NODE_PORT_RED/GREEN/BLUE, PUBLIC_AE_API_SERVER_INTERNAL; replace real staging key with XXXX placeholder (default files are committed to git); fix .prod PUBLIC_AE_API_PORT 5005 -> 443 (external rev proxy, not gunicorn) - TODO__Agents.md: clean up completed items, condense history, update DevOps section - PROJECT__AE_combined_front_back_Docker.md: mark unified Docker architecture complete
26 lines
799 B
Plaintext
26 lines
799 B
Plaintext
# One Sky IT's Aether Framework and System — PRODUCTION template
|
|
# Copy to .env.prod 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=7
|
|
|
|
# Aether API access
|
|
PUBLIC_AE_API_PROTOCOL=https
|
|
PUBLIC_AE_API_SERVER=api.oneskyit.com
|
|
PUBLIC_AE_API_BAK_SERVER=bak-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
|
|
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
|