fixed for reals this time
All checks were successful
Continuous Integration / Update Development (push) Successful in 2m26s
Continuous Deployment / Update Deployment (push) Successful in 2m26s

This commit is contained in:
2025-12-17 17:20:28 -05:00
parent a6b521a89c
commit d7b099ac75

View File

@@ -12,7 +12,7 @@ const pool = mariadb.createPool({
connectionLimit: 5,
connectTimeout: 10000, // give it more breathing room
acquireTimeout: 15000,
database: process.env.DB_PASSWORD,
database: process.env.DB_DATABASE,
ssl: false,
});