Fix CORS 403 sur POST : passer APP_CORS_ALLOWED_ORIGINS au core démo

This commit is contained in:
2026-04-24 08:46:26 +02:00
parent 70351e9d9a
commit f95d69c915
3 changed files with 11 additions and 1 deletions

View File

@@ -51,6 +51,8 @@ services:
BRAIN_INTERNAL_SECRET_DEFAULT: ${BRAIN_INTERNAL_SECRET_DEFAULT:-change-me}
# Rate limit : 1 creation par IP par fenetre (en secondes).
RATE_LIMIT_WINDOW_SECONDS: ${RATE_LIMIT_WINDOW_SECONDS:-60}
# Domaine public : propage aux cores de session pour configurer CORS.
DEMO_HOST: ${DEMO_HOST:-loremind-demo.igmlcreation.fr}
networks:
- traefik
- sessions