{
  "DetailedErrors": true,
  "Logging": {
    "LogLevel": {
      "Default": "Information",
      "Microsoft": "Warning",
      "Microsoft.Hosting.Lifetime": "Information"
    }
  },
  "ConnectionStrings": {
    "DatabaseConnection": "Data Source=LOCALHOST\\SQL2016;Initial Catalog=SOLAR_LIMS;Integrated Security=True;",
    "MySQLConnection": "Server=154.0.175.80;Port=3306;Uid=ndkonnoi_appuser;Password=ndk@bd@bd;Database=ndkonnoi_rolls"
  },
  "AppSettings": {
    "DbProvider": "MySQL"
  }
}