fix CORS for production

This commit is contained in:
2026-04-15 18:39:00 -06:00
parent 653560ee31
commit 51829dd833
2 changed files with 9 additions and 3 deletions

View File

@@ -59,7 +59,7 @@ app:
upload:
base-dir: ${UPLOAD_BASE_DIR:uploads}
frontend-url: ${FRONTEND_URL:http://localhost:3000}
allowed-origins: ${ALLOWED_ORIGINS:http://localhost:3000,http://localhost:3001,http://127.0.0.1:3000}
allowed-origins: ${ALLOWED_ORIGINS:http://localhost:3000,http://localhost:3001,http://127.0.0.1:3000,https://petshop-web.nicepond-c7280126.westus2.azurecontainerapps.io}
azure:
storage: