优化K线数据完整性校验功能,添加多维度校验和关键节点验证

This commit is contained in:
yhydev
2026-01-14 13:31:56 +08:00
parent 28d569bf1e
commit a821ed39fb
2 changed files with 175 additions and 40 deletions

View File

@@ -25,6 +25,6 @@ HTTPS_PROXY = "http://localhost:1080"
# PostgreSQL数据库配置
DB_HOST = "localhost"
DB_PORT = 5432
DB_DATABASE = "your_database"
DB_USER = "your_username"
DB_PASSWORD = "your_password"
DB_DATABASE = "graphql-engine"
DB_USER = "root"
DB_PASSWORD = "pgsqlpasswd.."