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:
11
env.example
Normal file
11
env.example
Normal 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
|
||||
Reference in New Issue
Block a user