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:
@@ -15,6 +15,21 @@ binance:
|
||||
rps: 20
|
||||
burst: 40
|
||||
|
||||
coinglass:
|
||||
enabled: false
|
||||
base_url: https://capi.coinglass.com
|
||||
totp_secret: ""
|
||||
data_aes_key: 1f68efd73f8d4921acc0dead41dd39bc
|
||||
timeout: 15s
|
||||
fake_success_retry: 1
|
||||
fake_success_retry_wait: 2s
|
||||
liq_heatmap_cron: "*/5 * * * *"
|
||||
liq_heatmap_interval: "5"
|
||||
liq_heatmap_limit: 288
|
||||
startup_jitter_max: 30s
|
||||
backoff_initial: 30s
|
||||
backoff_max: 10m
|
||||
|
||||
postgres:
|
||||
dsn: postgres://postgres:postgres@localhost:5432/hermes_market?sslmode=disable
|
||||
max_conns: 10
|
||||
|
||||
Reference in New Issue
Block a user