2026-06-30 18:15:44 +00:00
|
|
|
# Docker Compose Project Name
|
|
|
|
|
COMPOSE_PROJECT_NAME=lichess
|
|
|
|
|
|
|
|
|
|
# Telegram Bot Tokens (Test)
|
|
|
|
|
TELEGRAM_BOT_TOKEN=7903295042:AAGBO2k8pfBDy4RoLRFsknwE7z0N-thAPI8
|
|
|
|
|
ADMINPANEL_TELEGRAM_BOT_TOKEN=8588876086:AAHoZncfhTCbul1BblpvnZMzvz7jAYVFmcw
|
2026-07-25 23:01:35 +00:00
|
|
|
|
|
|
|
|
# Lichess personal API token used to authenticate outgoing requests to
|
|
|
|
|
# lichess.org (games/user, user/activity). Lichess started rejecting
|
|
|
|
|
# anonymous requests to these endpoints with a 404; any valid token works,
|
|
|
|
|
# it does not need to belong to a tracked player.
|
|
|
|
|
LICHESS_APP_TOKEN=lip_xxxxxxxxxxxxxxxxxxxx
|