list keyframes

This commit is contained in:
STEINNI
2025-10-27 18:48:33 +00:00
parent 793efb4d72
commit e3a6a94283
2 changed files with 49 additions and 12 deletions
-9
View File
@@ -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,