Compare commits

...

2 Commits

Author SHA1 Message Date
gilles 5cfd8184e9 Ajouter data/uploads/test
Build & Push OCI / build (./backend, backend) (push) Failing after 19s
Build & Push OCI / build (./frontend, frontend) (push) Failing after 16s
2026-05-31 09:43:20 +02:00
gilles 59b5836fbd Actualiser .env.example
Build & Push OCI / build (./backend, backend) (push) Failing after 15s
Build & Push OCI / build (./frontend, frontend) (push) Failing after 15s
2026-05-30 11:05:48 +02:00
2 changed files with 3 additions and 2 deletions
+3 -2
View File
@@ -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
View File