Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 3 additions & 8 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -91,18 +91,13 @@ RETRY_DELAY_MS=2000
# Delay before copying a trade in milliseconds
COPY_DELAY_MS=0

# === TELEGRAM BOT ===
# Get token from @BotFather on Telegram (REQUIRED for multi-user mode)
# === TELEGRAM NOTIFICATIONS ===
# Get token from @BotFather on Telegram
TELEGRAM_BOT_TOKEN=

# Get your chat ID from @userinfobot on Telegram (single-user mode only)
# Get your chat ID from @userinfobot on Telegram
TELEGRAM_CHAT_ID=

# === MULTI-USER ENCRYPTION ===
# Master key for encrypting user private keys (recommended: generate a random 32+ char string)
# If not set, falls back to TELEGRAM_BOT_TOKEN (less secure)
ENCRYPTION_KEY=

# === HEALTH CHECK ENDPOINT ===
# Enable HTTP health check server
HEALTH_CHECK_ENABLED=false
Expand Down
62 changes: 0 additions & 62 deletions PLAN.md

This file was deleted.

Loading
Loading