This commit is contained in:
newtbot
2023-12-27 21:37:24 +08:00
parent b65cc3a9a0
commit fcedd346dd
2 changed files with 4 additions and 6 deletions

View File

@ -1,3 +1,5 @@
const mysql = require("mysql");
const mysqlConfig = {
host: process.env.host,
user: process.env.user,