fix: add nebula.armco.dev to CORS_ORIGINS in .env.production; document API URL source of truth

This commit is contained in:
2026-03-11 01:58:49 +05:30
parent ac704c09b9
commit 9f3995fb77

View File

@@ -2,7 +2,10 @@
# Backend
API_HOST=0.0.0.0
API_PORT=8081
CORS_ORIGINS=https://nebula.stuffle.io
# Frontend domains allowed to call this API — comma-separated, no trailing slashes.
# The frontend API base URL is set in webapp/.env.production (VITE_API_URL).
# This server must be reachable at https://nebula.armco.dev/api/v1
CORS_ORIGINS=https://nebula.stuffle.io,https://nebula.armco.dev
# Database — set via secrets manager / deploy env, not hardcoded here
# DATABASE_URL=postgresql://...