Files
zjjk/backend/data/system_config.json
2026-03-20 21:47:30 +08:00

31 lines
1.2 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"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股、美股及海外股市的关系结合恒生市场的最新消息结合当前的资金情况给出当前的操作建议"
}