-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
30 lines (26 loc) · 1.6 KB
/
Copy path.env.example
File metadata and controls
30 lines (26 loc) · 1.6 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# ── Bybit ────────────────────────────────────────────────────────────────
# API credentials (create at https://www.bybit.com / https://testnet.bybit.com)
BYBIT_API_KEY=
BYBIT_API_SECRET=
# true = Bybit testnet (recommended until go-live approval), false = mainnet
BYBIT_TESTNET=true
# ── Telegram signal listener (MTProto user session) ─────────────────────
# From https://my.telegram.org → API development tools
TELEGRAM_API_ID=
TELEGRAM_API_HASH=
# Saved MTProto session string (generated on first interactive login)
TELEGRAM_SESSION=
# Comma-separated group IDs or @usernames to monitor for signals
TELEGRAM_SOURCE_GROUPS=
# ── Telegram notifier (Bot API) ──────────────────────────────────────────
# Bot token from @BotFather
TELEGRAM_BOT_TOKEN=
# Your channel where signals are forwarded and notifications are sent
TELEGRAM_CHANNEL_ID=
# ── Persistence ──────────────────────────────────────────────────────────
DATABASE_PATH=./data/trading-bot.sqlite
# ── Runtime ──────────────────────────────────────────────────────────────
# debug | info | warn | error
LOG_LEVEL=info
# Notification language: en | sv
LOCALE=en