update pay ui

This commit is contained in:
2025-12-17 10:54:05 +08:00
parent c11fee2ae5
commit 2a08c278fd

View File

@@ -14,10 +14,10 @@ logger = logging.getLogger(__name__)
# MySQL连接配置
MYSQL_CONFIG = {
'host': '222.128.1.157',
'port': 33060,
'host': '127.0.0.1',
'port': 3306,
'user': 'root',
'password': 'Zzl5588161!',
'password': 'Zzl33818!',
'db': 'stock',
'charset': 'utf8mb4',
'autocommit': True
@@ -789,8 +789,8 @@ from clickhouse_driver import Client as ClickHouseClient
# ClickHouse 连接配置
CLICKHOUSE_CONFIG = {
'host': '222.128.1.157',
'port': 18000,
'host': '127.0.0.1',
'port': 9000,
'user': 'default',
'password': 'Zzl33818!',
'database': 'stock'