Updates
This commit is contained in:
@@ -6,10 +6,6 @@ console.log(`Initializing Database ...`);
|
||||
/**
|
||||
* # Declare Global Variables
|
||||
*/
|
||||
declare global {
|
||||
var DB_CONN: ServerlessMysql;
|
||||
var DSQL_DB_CONN: ServerlessMysql;
|
||||
}
|
||||
|
||||
global.DSQL_DB_CONN = mysql({
|
||||
config: {
|
||||
@@ -18,7 +14,6 @@ global.DSQL_DB_CONN = mysql({
|
||||
password: process.env.DSQL_DB_PASSWORD,
|
||||
database: process.env.DSQL_DB_NAME,
|
||||
charset: "utf8mb4",
|
||||
// ssl: grabDbSSL(),
|
||||
},
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user