mirror of
https://github.com/chrisnov-it/quantumbotx.git
synced 2026-07-28 03:07:53 +00:00
13 lines
307 B
Bash
13 lines
307 B
Bash
# Flask Configuration
|
|
FLASK_DEBUG=False
|
|
FLASK_HOST=127.0.0.1
|
|
FLASK_PORT=5000
|
|
|
|
# MT5 Configuration (required for local development)
|
|
MT5_LOGIN=your_mt5_account_number
|
|
MT5_PASSWORD=your_mt5_password
|
|
MT5_SERVER=your_mt5_server
|
|
|
|
# Skip MT5 initialization for import checks and local diagnostics.
|
|
SKIP_MT5_INIT=0
|