mirror of
https://github.com/skylanix/MamieHenriette.git
synced 2026-02-06 06:40:35 +01:00
- Migre vers Alpine Linux avec surveillance Zabbix optionnelle - Configure variables d'environnement pour activation conditionnelle - Met à jour documentation avec instructions Docker complètes
10 lines
240 B
Plaintext
10 lines
240 B
Plaintext
# Configuration Discord Bot
|
|
TOKEN=your_discord_bot_token_here
|
|
STATUS=online
|
|
INTERVAL=3600
|
|
|
|
# Configuration Zabbix (optionnel)
|
|
ENABLE_ZABBIX=false
|
|
ZABBIX_SERVER=zabbix-server.example.com
|
|
ZABBIX_HOSTNAME=mamie-henrriette-bot
|
|
ZABBIX_PORT=10050 |