feat: add nebula.stuffle.ai to CORS_ORIGINS
Some checks failed
Stuffle/nebula-os/pipeline/head There was a failure building this commit
Some checks failed
Stuffle/nebula-os/pipeline/head There was a failure building this commit
This commit is contained in:
@@ -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://...
|
||||
|
||||
Reference in New Issue
Block a user