- 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>
15 lines
267 B
Bash
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
|