{
  "port" : 3000,
  "db": {
    "local": {
      "host": "127.0.0.1",
      "user": "root",
      "password": "",
      "database": "",
      "connectionLimit": 50,
      "multipleStatements": true
    }
  },
 "sqlConfig" : {
  "server" : {
  "user": "",
  "password": "",
  "database": "",
  "server": "",
  "pool": {
    "max": 50,
    "min": 0,
    "idleTimeoutMillis": 30000
  },
  "options": {
    "trustServerCertificate": true
  }}
}
}
