increased debug information

This commit is contained in:
git 2025-06-25 12:43:44 +01:00
parent f500efa19d
commit dbbfc7f14c

View File

@ -275,6 +275,7 @@ const dbPool = mysql.createPool({
database: DB_NAME,
connectionLimit: 5
});
console.log(`Trying to connect to central SQL server with host: ${DB_HOST} user: ${DB_USER} pass: ${getDbPassword()} db_name: ${DB_NAME}`);