20 lines
629 B
Plaintext
20 lines
629 B
Plaintext
# Configuration Discord
|
|
DISCORD_TOKEN=your_discord_bot_token_here
|
|
DISCORD_GUILD_ID=your_discord_server_id_here
|
|
|
|
# Configuration GitLab
|
|
GITLAB_URL=https://gitlab.example.com
|
|
GITLAB_TOKEN=your_gitlab_private_token_here
|
|
|
|
# Configuration Bot
|
|
SYNC_INTERVAL_MINUTES=5
|
|
LOG_LEVEL=info
|
|
|
|
# === CONFIGURATION MULTI-PROJETS ===
|
|
# Configuration principale: Modifiez le fichier config/projects.json
|
|
# Voir config/projects.json.example pour un exemple
|
|
|
|
# Configuration legacy (rétrocompatibilité - un seul projet)
|
|
# GITLAB_PROJECT_ID=2024-2025-but-info2-a-sae34/k1/k12/but-info2-a-sae-4-docker-stack
|
|
# DISCORD_CATEGORY_ID=1234567890123456789
|