chore: initial commit with counter bot, docker compose enhancements, html formatting, startup + join announcements
This commit is contained in:
14
config.example.yaml
Normal file
14
config.example.yaml
Normal file
@@ -0,0 +1,14 @@
|
||||
# Beispiel-Konfiguration für den Counter-Bot
|
||||
# Benenne diese Datei in config.yaml um und passe Werte an.
|
||||
|
||||
bot_token: "DEIN_TELEGRAM_BOT_TOKEN"
|
||||
# Optional Liste erlaubter Chat IDs (Integer). Wenn leer oder nicht vorhanden: alle erlaubt
|
||||
allowed_chat_ids: []
|
||||
|
||||
# Optional initiale Counter (werden nur beim ersten Start verwendet, falls Datei counters.json leer/nicht vorhanden ist)
|
||||
initial_counters:
|
||||
beispiel: 5
|
||||
test: 0
|
||||
|
||||
# Logging Level: DEBUG, INFO, WARNING, ERROR
|
||||
log_level: INFO
|
||||
Reference in New Issue
Block a user