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