From e9d03674c5c232cbf387ceec83baca30cf8f30ea Mon Sep 17 00:00:00 2001 From: mohiit1502 Date: Fri, 27 Mar 2026 13:37:29 +0530 Subject: [PATCH] feat: add nebula.stuffle.ai to CORS_ORIGINS --- .env.production | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env.production b/.env.production index 0a48eef3..4709e26a 100644 --- a/.env.production +++ b/.env.production @@ -5,7 +5,7 @@ API_PORT=8081 # 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 +CORS_ORIGINS=https://nebula.stuffle.io,https://nebula.stuffle.ai,https://nebula.armco.dev # Database — set via secrets manager / deploy env, not hardcoded here # DATABASE_URL=postgresql://...