This commit is contained in:
2025-11-05 13:05:07 +08:00
parent 66885021ca
commit f3ec5fb98d

2
app.py
View File

@@ -4663,7 +4663,7 @@ def get_clickhouse_client():
return Cclient( return Cclient(
host='222.128.1.157', host='222.128.1.157',
port=18000, port=18000,
user='default',a user='default',
password='Zzl33818!', password='Zzl33818!',
database='stock' database='stock'
) )