summaryrefslogtreecommitdiff
path: root/.env.example
diff options
context:
space:
mode:
authorTheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com>2026-04-01 17:24:57 +0900
committerTheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com>2026-04-01 17:24:57 +0900
commit21c6b777530b4a027aec9c12bf63092e5a7c006d (patch)
tree0c4302b258a3318d473e31bfba391ba05e247d92 /.env.example
parent4e6ae373b6abc7ef0d5fb810385d14250757f3f1 (diff)
feat: add multi-exchange support via ccxt factory
Diffstat (limited to '.env.example')
-rw-r--r--.env.example2
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