mssql.json 275 Bytes BlameHistoryPermalink Edit 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 { "host": "localhost", "username": "SA", "password": "Password12!", "port": 1433, "database": "sequelize_test", "dialectOptions": { "options": { "encrypt": false, "requestTimeout": 25000 } }, "pool": { "max": 5, "idle": 3000 } }