15 lines
378 B
Plaintext
15 lines
378 B
Plaintext
# Telegram Bot Configuration
|
|
# Get token from @BotFather
|
|
TELEGRAM_BOT_TOKEN=123456789:ABCdefGHIjklMNOpqrsTUVwxyz
|
|
# Comma-separated list of Telegram User IDs
|
|
TELEGRAM_ALLOWED_USER_IDS=12345678,87654321
|
|
|
|
# Runtime Materializer Configuration
|
|
REDIS_HOST=100.108.208.3
|
|
REDIS_PORT=6379
|
|
|
|
# Paths
|
|
HOMELAB_ROOT=/opt/homelab
|
|
ACTIONS_ROOT=/opt/homelab/actions
|
|
WORLD_DIR=/opt/homelab/world
|