This commit is contained in:
paoloar77
2025-02-19 13:10:00 +01:00
parent 9d1d44fe7c
commit 061644f355

View File

@@ -20,7 +20,8 @@ const config = {
database: process.env.DB_DATABASE_SQLSRVTEST,
options: {
encrypt: false,
trustServerCertificate: true
trustServerCertificate: true,
requestTimeout: 30000 // timeout in ms (30 secondi)
}
};