Gestion-des-Marches-RLA/.env.example

15 lines
267 B
Plaintext

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