diff options
| author | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2026-04-01 17:24:57 +0900 |
|---|---|---|
| committer | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2026-04-01 17:24:57 +0900 |
| commit | 21c6b777530b4a027aec9c12bf63092e5a7c006d (patch) | |
| tree | 0c4302b258a3318d473e31bfba391ba05e247d92 /.env.example | |
| parent | 4e6ae373b6abc7ef0d5fb810385d14250757f3f1 (diff) | |
feat: add multi-exchange support via ccxt factory
Diffstat (limited to '.env.example')
| -rw-r--r-- | .env.example | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.env.example b/.env.example index 9b3cf9c..d082395 100644 --- a/.env.example +++ b/.env.example @@ -1,3 +1,5 @@ +EXCHANGE_ID=binance +EXCHANGE_SANDBOX=false BINANCE_API_KEY= BINANCE_API_SECRET= REDIS_URL=redis://localhost:6379 |
