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:
@@ -68,6 +68,9 @@ services:
|
||||
APP_PORT: "8080"
|
||||
POSTGRES_DSN: postgres://${POSTGRES_USER:-postgres}:${POSTGRES_PASSWORD:?POSTGRES_PASSWORD must be set, see .env.example}@postgres:5432/${POSTGRES_DB:-hermes_market}?sslmode=disable
|
||||
BINANCE_BASE_URL: ${BINANCE_BASE_URL:-https://fapi.binance.com}
|
||||
COINGLASS_ENABLED: ${COINGLASS_ENABLED:-false}
|
||||
COINGLASS_BASE_URL: ${COINGLASS_BASE_URL:-https://capi.coinglass.com}
|
||||
COINGLASS_TOTP_SECRET: ${COINGLASS_TOTP_SECRET:-}
|
||||
# 透传代理:国内直连 fapi.binance.com 不稳,详见 AGENTS.md §7.5
|
||||
HTTP_PROXY: ${HTTP_PROXY:-}
|
||||
HTTPS_PROXY: ${HTTPS_PROXY:-}
|
||||
|
||||
Reference in New Issue
Block a user