Fix CORS 403 sur POST : passer APP_CORS_ALLOWED_ORIGINS au core démo
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user