Files
Gestion-des-Marches-RLA/.env.example
T
Nabil DerouicheandClaude Sonnet 4.6 88a0dbe6d2 feat: RLA API v1.0.0 — API complète + exports + thème McKinsey
- 9 endpoints métier : synthese, alertes, en-service, en-cours,
  par-region, clotures, pilotage-proactif, matrice-risque
- Exports PDF (tous rôles) / XLSX PPTX DOCX (superadmin)
- services/calc.js : helpers normalisés partagés
- services/export-pdf.js : PDF async PDFKit par vue
- Thème McKinsey (#1C2B4B / bleu pétrole / gris sobre)
- Boutons XLSX/DOCX front (superadmin uniquement)
- BASEROW_API_URL → https://baserow.bolbol.tn/api/
- dotenv override: true

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-12 23:47:10 +01:00

15 lines
267 B
Bash

JWT_SECRET=your_jwt_secret_here
BASEROW_API_URL=https://baserow.bolbol.tn/api/
BASEROW_TOKEN=your_baserow_token
BASEROW_TABLE_MARCHES=856
BASEROW_TABLE_PIPELINE=872
PORT=3005
# Optionnel
SEUIL_STANDARD=70
SEUIL_CRITIQUE_PCT=90
DELAI_CRITIQUE=45
DELAI_ATTENTION=90