fix: autoriser 10.0.1.45 dans CORS_ORIGINS

This commit is contained in:
2026-05-28 06:58:00 +02:00
parent 0a798d2791
commit d50d659daf
+1 -1
View File
@@ -31,7 +31,7 @@ services:
UPLOAD_DIR: /data/uploads
DATA_DIR: /data
REDIS_URL: redis://redis:6379
CORS_ORIGINS: http://localhost:3001,http://localhost:3000
CORS_ORIGINS: http://localhost:3001,http://localhost:3000,http://10.0.1.45:3001
MCP_API_KEY: ${MCP_API_KEY}
volumes:
- ./backend/app:/app/app