feat: 接入 CoinGlass 清算热力图隔离链路
Some checks failed
ci / build + vet + guard + race (push) Has been cancelled
Some checks failed
ci / build + vet + guard + race (push) Has been cancelled
This commit is contained in:
@@ -17,6 +17,11 @@ APP_ENV=production
|
||||
# ---- Binance ----
|
||||
BINANCE_BASE_URL=https://fapi.binance.com
|
||||
|
||||
# ---- CoinGlass(默认关闭;开启后必须填 TOTP)----
|
||||
COINGLASS_ENABLED=false
|
||||
COINGLASS_BASE_URL=https://capi.coinglass.com
|
||||
COINGLASS_TOTP_SECRET=
|
||||
|
||||
# ---- Go module build ----
|
||||
# 国内构建推荐 goproxy.cn;海外可改为 https://proxy.golang.org,direct。
|
||||
# 注意:这不是 HTTP 代理,不要填 http://127.0.0.1:7890。
|
||||
|
||||
Reference in New Issue
Block a user