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.
This commit is contained in:
Julien Froidefond
2025-09-18 11:39:47 +02:00
parent ec634add04
commit e7a4091f94
2 changed files with 11 additions and 4 deletions

11
env.example Normal file
View File

@@ -0,0 +1,11 @@
# 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