This commit is contained in:
Benjamin Toby
2024-11-06 12:58:41 +01:00
parent 2c2ae5de0d
commit 880a74dbcb
6 changed files with 65 additions and 12 deletions
@@ -3,15 +3,6 @@
const fs = require("fs");
const path = require("path");
// const mysql = require("mysql");
// const NO_DB = mysql.createConnection({
// host: process.env.DSQL_DB_HOST,
// user: process.env.DSQL_DB_USERNAME,
// password: process.env.DSQL_DB_PASSWORD,
// charset: "utf8mb4",
// });
const mysql = require("serverless-mysql");
const SSL_DIR =