增加资金费率
This commit is contained in:
@@ -31,6 +31,8 @@ class Settings(BaseSettings):
|
||||
yesterday_data_mode: str = "klines"
|
||||
chart_kline_limit: int = 300
|
||||
chart_cache_minutes: int = 60
|
||||
funding_history_limit: int = 90
|
||||
funding_cache_minutes: int = 30
|
||||
# 代理默认关闭;仅当 PROXY_ENABLED=true 时生效
|
||||
proxy_enabled: bool = False
|
||||
proxy_url: str = "socks5h://192.168.8.4:1081"
|
||||
|
||||
Reference in New Issue
Block a user