{
  "ConnectionStrings": {
    "TransportesMRContextConnection": "Server=localhost;Port=3306;Database=transportesmr;User=root;Password=root;"
  },
  "Logging": {
    "LogLevel": {
      "Default": "Information",
      "Microsoft.AspNetCore": "Warning"
    }
  },
  "AllowedHosts": "*"
}