mirror of
https://github.com/complexcaresolutions/telegram-media-bot.git
synced 2026-03-17 18:33:43 +00:00
19 lines
451 B
Text
19 lines
451 B
Text
# Telegram Bot
|
|
TELEGRAM_BOT_TOKEN=123456:ABC-DEF1234ghIkl-zyx57W2v1u123ew11
|
|
|
|
# Zugelassene Telegram User-IDs (kommasepariert)
|
|
ALLOWED_USER_IDS=123456789,987654321
|
|
|
|
# Payload CMS
|
|
PAYLOAD_API_URL=https://cms.c2sgmbh.de/api
|
|
PAYLOAD_ADMIN_EMAIL=admin@example.com
|
|
PAYLOAD_ADMIN_PASSWORD=your-secure-password
|
|
|
|
# Standard-Tenant (wird verwendet wenn kein Tenant gewählt)
|
|
DEFAULT_TENANT_ID=4
|
|
|
|
# Logging
|
|
LOG_LEVEL=info
|
|
|
|
# Node Environment
|
|
NODE_ENV=production
|