chore: update CORS_ORIGINS with production domains

This commit is contained in:
Tiago Yamamoto 2025-12-24 00:02:07 -03:00
parent 60a32120e2
commit dfdb8bc943

View file

@ -27,7 +27,10 @@ BACKEND_HOST=localhost:8521
ENV=development
# CORS Origins (comma-separated)
CORS_ORIGINS=http://localhost:3000,http://localhost:8963
# Development:
# CORS_ORIGINS=http://localhost:3000,http://localhost:8963
# Production:
CORS_ORIGINS=https://gohorsejobs.com,https://gohorsejobs-dev.appwrite.network,https://api-dev2.gohorsejobs.com
# =============================================================================
# Cloudflare API (for cache management)