This commit is contained in:
Benjamin Toby
2025-01-12 18:19:20 +01:00
parent a3561da53d
commit 186cc76ffb
46 changed files with 344 additions and 211 deletions
@@ -11,7 +11,7 @@ const MASTER = mysql({
? Number(process.env.DSQL_DB_PORT)
: undefined,
charset: "utf8mb4",
ssl: grabDbSSL(),
// ssl: grabDbSSL(),
},
});
@@ -120,5 +120,3 @@ export default function DSQL_USER_DB_HANDLER({
};
}
}
module.exports = DSQL_USER_DB_HANDLER;