build & pm2 start

This commit is contained in:
2025-03-21 21:05:58 +08:00
parent 6e1ada956d
commit d5b9e8eca9
13 changed files with 1351 additions and 1135 deletions

View File

@@ -3,7 +3,7 @@
# 用途: 执行ClickHouse SQL查询的便捷脚本
# 连接参数
CH_HOST="localhost"
CH_HOST="10.0.1.60"
CH_PORT="9000"
CH_USER="admin"
CH_PASSWORD="your_secure_password"