This commit is contained in:
BIG2EYEZ
2024-01-15 16:35:09 +08:00
parent d26b0a74bf
commit 49371e546f
3 changed files with 7 additions and 209 deletions

View File

@ -40,14 +40,8 @@ const connection = mysql.createConnection({
timezone: "Z", // Set the timezone to UTC
});
const connection2 = mysql.createConnection({
host: process.env.host,
user: process.env.DB_USER,
password: process.env.DB_PASS,
database: "eco_saver",
timezone: "Z", // Set the timezone to UTC
});
module.exports = { connection,connection2 };
module.exports = { connection, };