update
This commit is contained in:
parent
ceb593a061
commit
9eacb2243c
@ -100,7 +100,7 @@ class Settings(BaseSettings):
|
||||
# Telegram 机器人配置
|
||||
telegram_bot_token: str = "" # 从 @BotFather 获取
|
||||
telegram_channel_id: str = "" # 频道 ID,如 @your_channel 或 -1001234567890
|
||||
telegram_enabled: bool = False # 是否启用 Telegram 通知
|
||||
telegram_enabled: bool = True # 是否启用 Telegram 通知
|
||||
|
||||
# 加密货币交易智能体配置
|
||||
crypto_symbols: str = "BTCUSDT,ETHUSDT,BNBUSDT,SOLUSDT" # 监控的交易对,逗号分隔
|
||||
|
||||
Loading…
Reference in New Issue
Block a user