Updating scripts to hopefully work with migrated DB.
This commit is contained in:
@@ -66,6 +66,7 @@ function addDaysToISO(dateISO, days) {
|
||||
|
||||
const DB = await mysql.createConnection({
|
||||
host: process.env.DB_HOST,
|
||||
port: process.env.DB_PORT || 3306,
|
||||
user: process.env.DB_USER,
|
||||
password: process.env.DB_PASSWORD,
|
||||
database: process.env.DB_NAME,
|
||||
|
||||
Reference in New Issue
Block a user