{
  "Logging": {
    "LogLevel": {
      "Default": "Information",
      "Microsoft.AspNetCore": "Warning"
    }
  },
  "AllowedHosts": "*",
  "ConnectionStrings": {
    "UserContext": "server=@dbserver;uid=@dbuser;pwd=@dbpassword;database=@dbname",
    "EventContext": "server=@dbserver;uid=@dbuser;pwd=@dbpassword;database=@dbname",
    "PaymentContext": "server=@dbserver;uid=@dbuser;pwd=@dbpassword;database=@dbname",
    "LocationContext": "server=@dbserver;uid=@dbuser;pwd=@dbpassword;database=@dbname"
  },
  "Jwt": {
    "Key": "supersecret_super_secret_audience",
    "Audience": "super_secret_audience",
    "Issuer": "https://groovi.com.ng",
    "Authority":"super_authority",
    "ExpirationInMinutes": 15660
  }
}