From 59b5836fbd6503b259f1a601d63482e33dcb9e7b Mon Sep 17 00:00:00 2001 From: gilles soulier Date: Sat, 30 May 2026 11:05:48 +0200 Subject: [PATCH] Actualiser .env.example --- .env.example | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.env.example b/.env.example index 1408f16..c4a57f6 100644 --- a/.env.example +++ b/.env.example @@ -17,10 +17,11 @@ DATA_DIR=/data REDIS_URL=redis://redis:6379 # CORS — réseau local autorisé (séparés par des virgules) -CORS_ORIGINS=http://localhost:3001,http://10.0.0.50:3001 +CORS_ORIGINS=http://localhost:3001,http://10.0.0.50:3001,http://10.0.1.137:3001,http://10.0.1.65:3001,http://10.0.1.45:3001 + # Clé Bearer du serveur MCP (générer une valeur aléatoire forte) -MCP_API_KEY=change-me +MCP_API_KEY=4zfCmiC3Z_28F3xPOxBSDi0DQx6aRzAQrpplyywo_VI # Port exposé du frontend (déploiement) FRONTEND_PORT=3001