-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.production.template
More file actions
42 lines (32 loc) · 941 Bytes
/
Copy path.env.production.template
File metadata and controls
42 lines (32 loc) · 941 Bytes
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
31
32
33
34
35
36
37
38
39
40
41
42
# Production Environment Configuration
# ======================================
# Copy this to .env.production and fill in your values
# IMPORTANT: Keep .env.production OUT of version control
# Use: `chmod 600 .env.production` for security
# Trading Mode
TRADING_MODE=futures
DRY_RUN=false
# Binance API Keys (KEEP SECURE!)
# Generate at: https://www.binance.com/en/account/api-management
BINANCE_API_KEY=your_api_key_here
BINANCE_API_SECRET=your_api_secret_here
# Telegram Bot (Optional - for alerts)
TELEGRAM_TOKEN=
TELEGRAM_CHAT_ID=
# Logging
LOG_LEVEL=INFO
LOGFILE=/freqtrade/user_data/logs/freqtrade.log
# Freqtrade Web UI
REST_SERVER_LISTEN_ADDRESS=0.0.0.0
REST_SERVER_PORT=8080
REST_SERVER_UM_DEFAULT=USD
# Database (SQLite - persistent)
DB_FILENAME=/freqtrade/user_data/tradesv3.db
# Dry-run Database
DRY_RUN_WALLET=1000
# Stake currency
STAKE_CURRENCY=USDT
# Position sizing
MAX_OPEN_TRADES=2
# Time settings
TIMEZONE=UTC