Files
towercontrol/env.example
Julien Froidefond e7a4091f94 chore: clean up README by removing optional interface variables
- Removed optional interface variables for theme and items per page from the README to streamline configuration instructions.
2025-09-18 11:39:47 +02:00

12 lines
436 B
Plaintext

# Base de données (requis)
DATABASE_URL="file:./dev.db"
# Intégration Jira (optionnel)
JIRA_BASE_URL="" # https://votre-domaine.atlassian.net
JIRA_EMAIL="" # votre.email@domaine.com
JIRA_API_TOKEN="" # Token API Jira
# Debug (optionnel)
VERBOSE_LOGGING="false" # Logs détaillés en développement
NODE_ENV="development" # development | production