list keyframes
This commit is contained in:
@@ -29,16 +29,7 @@ const mysqlCreds = {
|
||||
queueLimit: 0
|
||||
}
|
||||
|
||||
|
||||
const db = await mysql.createConnection(mysqlCreds)
|
||||
// {
|
||||
// host: mysqlCreds.host,
|
||||
// port: mysqlCreds.port,
|
||||
// socketPath: mysqlCreds.socketPath,
|
||||
// database: mysqlCreds.database,
|
||||
// user: mysqlCreds.user,
|
||||
// password: mysqlCreds.password
|
||||
// });
|
||||
|
||||
const sessionStore = new MySQLStore({
|
||||
createDatabaseTable: false,
|
||||
|
||||
Reference in New Issue
Block a user