feat: initialize project with core configuration files and Docker setup
This commit is contained in:
19
.env.example
Normal file
19
.env.example
Normal file
@@ -0,0 +1,19 @@
|
||||
# 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
|
||||
Reference in New Issue
Block a user