aa
This commit is contained in:
@@ -20,7 +20,8 @@ const config = {
|
|||||||
database: process.env.DB_DATABASE_SQLSRVTEST,
|
database: process.env.DB_DATABASE_SQLSRVTEST,
|
||||||
options: {
|
options: {
|
||||||
encrypt: false,
|
encrypt: false,
|
||||||
trustServerCertificate: true
|
trustServerCertificate: true,
|
||||||
|
requestTimeout: 30000 // timeout in ms (30 secondi)
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user