chore: update CORS_ORIGINS with production domains
This commit is contained in:
parent
60a32120e2
commit
dfdb8bc943
1 changed files with 4 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue