Initial commit
This commit is contained in:
30
backend/data/system_config.json
Normal file
30
backend/data/system_config.json
Normal file
@ -0,0 +1,30 @@
|
||||
{
|
||||
"product_name": "南向资金监控平台",
|
||||
"timezone": "Asia/Shanghai",
|
||||
"source_name": "东方财富",
|
||||
"source_strategy": "已接入东方财富历史与实时公开接口;历史来自 datacenter-web,实时来自 push2。",
|
||||
"realtime_collection_interval_seconds": 60,
|
||||
"history_backfill_start_date": "2026-01-01",
|
||||
"threshold_step_hkd_billion": 40,
|
||||
"five_minute_flow_alert_hkd_billion": 5,
|
||||
"five_minute_window_minutes": 5,
|
||||
"five_minute_cooldown_minutes": 5,
|
||||
"email_enabled": true,
|
||||
"sender_email": "1807754808@qq.com",
|
||||
"smtp_username": "1807754808@qq.com",
|
||||
"smtp_password": "hfyltsqfbmvzegfe",
|
||||
"smtp_host": "smtp.qq.com",
|
||||
"smtp_port": 465,
|
||||
"recipients": [
|
||||
"1807754808@qq.com"
|
||||
],
|
||||
"storage_backend": "mysql",
|
||||
"mysql_enabled": true,
|
||||
"mysql_host": "152.136.100.182",
|
||||
"mysql_port": 3306,
|
||||
"mysql_database": "zijin",
|
||||
"mysql_username": "root",
|
||||
"mysql_password": "4a3986024e6662f9e571782ece1587298291d18925b44f1f",
|
||||
"mysql_charset": "utf8mb4",
|
||||
"strategy_prompt": "你是一个关于恒生股市的专家,了解A股、美股及海外股市的关系,结合恒生市场的最新消息,结合当前的资金情况,给出当前的操作建议"
|
||||
}
|
||||
Reference in New Issue
Block a user