const config = { user: 'sa', // sql user password: 'toor1234', //sql user password server: 'localhost', // if it does not work try- localhost database: 'GEMCO', options: { // trustedConnection: true, trustServerCertificate: true, }, port: 1433 } module.exports = config;