diff --git a/backend/.env.example b/backend/.env.example index be99c9c..dd22d44 100755 --- a/backend/.env.example +++ b/backend/.env.example @@ -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)