优化K线数据完整性校验功能,添加多维度校验和关键节点验证
This commit is contained in:
@@ -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.."
|
||||
|
||||
Reference in New Issue
Block a user