From dfdb8bc943495de6b5b1f2c046eceb99f6bf195f Mon Sep 17 00:00:00 2001 From: Tiago Yamamoto Date: Wed, 24 Dec 2025 00:02:07 -0300 Subject: [PATCH] chore: update CORS_ORIGINS with production domains --- backend/.env.example | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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)