修复AI翻译功能
This commit is contained in:
@@ -14,16 +14,6 @@ const pool = mysql.createPool({
|
||||
connectionLimit: 10,
|
||||
queueLimit: 0,
|
||||
});
|
||||
console.log({
|
||||
host: dataBaseConfig.host || "127.0.0.1",
|
||||
port: dataBaseConfig.port || 3306,
|
||||
user: dataBaseConfig.user || "root",
|
||||
password: dataBaseConfig.password || "123456",
|
||||
database: dataBaseConfig.database || "recipe_tools",
|
||||
waitForConnections: true,
|
||||
connectionLimit: 10,
|
||||
queueLimit: 0,
|
||||
})
|
||||
export default pool;
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user