Actualiser .env.example
This commit is contained in:
+3
-2
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user