订单详情

This commit is contained in:
ray
2026-05-07 10:08:56 +08:00
parent c4e7f8dd58
commit 5355d8b7d2
3 changed files with 10 additions and 1 deletions

View File

@@ -58,6 +58,7 @@ export const config = {
database: process.env.ALIYUN_APS_DB_NAME || '',
charset: process.env.ALIYUN_APS_DB_CHARSET || 'utf8mb4',
connectionLimit: Math.max(1, Number.parseInt(process.env.ALIYUN_APS_DB_CONNECTION_LIMIT || '5', 10) || 5),
connectTimeout: Math.max(1000, Number.parseInt(process.env.ALIYUN_APS_DB_CONNECT_TIMEOUT || '20000', 10) || 20000),
},
};