{
  "ConnectionStrings": {
    "DefaultConnection": ""
  },
  "RegistrationSettings": {
    "ProcessingFee": 2.00,
    "ProcessingFeePercent": 6.99
  },
  "RegistrationGate": {
    "TestModeEnabled": true,
    "AllowedTestDomain": "bibtest.run",
    "TestEmailRedirectTo": "solomon588@gmail.com"
  },
  "Logging": {
    "LogLevel": {
      "Default": "Information",
      "Microsoft.AspNetCore": "Warning"
    }
  },
  // Test payments
  "AuthorizeNet": {
    "ApiLoginId": "",
    "TransactionKey": "",
    "ClientKey": "",
    "IsSandbox": false
  },
  "Encryption": {
    "Key": "",
    "IV": ""
  },
  "Email": {
    "Provider": "SendGrid",
    "ApiKey": "",
    "FromAddress": "noreply@GetYourBib.com",
    "FromName": "GetYourBib"
  },
  "FileStorage": {
    "WaiverPath": "/home/getyrbib/uploads/waivers",
    "LandingPath": "/home/getyrbib/uploads/landing"
  },
  "AllowedHosts": "*"
}