{
  "ConnectionStrings": {
    "DefaultConnection": "Server=(localdb)\\mssqllocaldb;Database=aspnet-mathomo-53bc9b9d-9d6a-45d4-8429-2a2761773502;Trusted_Connection=True;MultipleActiveResultSets=true"
  },
  "AzureAdB2C": {
    "Instance": "https://MathomoS.b2clogin.com/",
    "ClientId": "6e19bbba-7479-4de8-93e2-ccd22c0211b0",
    "Domain": "MathomoS.onmicrosoft.com",
    "SignedOutCallbackPath": "/signout/B2C_1_susi",
    "SignUpSignInPolicyId": "b2c_1_susi",
    "ResetPasswordPolicyId": "b2c_1_reset",
    "EditProfilePolicyId": "b2c_1_edit_profile",
    "CallbackPath": "/signin-oidc"
  },
  "Logging": {
    "LogLevel": {
      "Default": "Information",
      "Microsoft.AspNetCore": "Warning"
    }
  },
  "AllowedHosts": "*",
  "GetVehicleMakesURL": "http://localhost:7102/api/GetVehicleMakes",
  "GetVehicleModelsForMakeURL": "http://localhost:7102/api/GetVehicleModelsForMake",
  "GetClosestDriverURL": "http://localhost:7181/api/GetClosestDriver",

  "CreateTowingQuotationURL": "http://localhost:7297/api/CreateTowingQuotation",
  "RequestBackofficeTowingQuotationURL": "http://localhost:7297/api/RequestBackofficeTowingQuotation",
  "AcceptTowingQuotationURL": "http://localhost:7297/api/AcceptTowingQuotation",
  "DeclineTowingQuotationURL": "http://localhost:7297/api/DeclineTowingQuotation",
  "CancelTowingPaymentURL": "http://localhost:7297/api/CancelTowingPayment",
  "TowingPaymentReceivedURL": "http://localhost:7297/api/ReceiveTowingPayment",
  "GetTowingInvoiceURL": "http://localhost:7297/api/GetTowingInvoice",
  "GetTowingQuotationURL": "http://localhost:7297/api/GetTowingQuotation",
  "UpdateTowingQuotationURL": "http://localhost:7297/api/UpdateTowingQuotation",
  "CreateLinkedTowingQuotationURL": "http://localhost:7297/api/CreateLinkedTowingQuotation",
  "CheckTowingServiceInRangeURL": "http://localhost:7297/api/CheckTowingServiceInRange",

  "CreateFuelQuotationURL": "http://localhost:7297/api/CreateFuelQuotation",
  "RequestBackofficeFuelQuotationURL": "http://localhost:7297/api/RequestBackofficeFuelQuotation",
  "AcceptFuelQuotationURL": "http://localhost:7297/api/AcceptFuelQuotation",
  "DeclineFuelQuotationURL": "http://localhost:7297/api/DeclineFuelQuotation",
  "CancelFuelPaymentURL": "http://localhost:7297/api/CancelFuelPayment",
  "FuelPaymentReceivedURL": "http://localhost:7297/api/ReceiveFuelPayment",
  "GetFuelInvoiceURL": "http://localhost:7297/api/GetFuelInvoice",
  "GetFuelQuotationURL": "http://localhost:7297/api/GetFuelQuotation",
  "UpdateFuelQuotationURL": "http://localhost:7297/api/UpdateFuelQuotation",
  "CreateLinkedFuelQuotationURL": "http://localhost:7297/api/CreateLinkedFuelQuotation",
  "CheckFuelServiceInRangeURL": "http://localhost:7297/api/CheckFuelServiceInRange",

  "CreateTyreChangeQuotationURL": "http://localhost:7297/api/CreateTyreChangeQuotation",
  "RequestBackofficeTyreChangeQuotationURL": "http://localhost:7297/api/RequestBackofficeTyreChangeQuotation",
  "AcceptTyreChangeQuotationURL": "http://localhost:7297/api/AcceptTyreChangeQuotation",
  "DeclineTyreChangeQuotationURL": "http://localhost:7297/api/DeclineTyreChangeQuotation",
  "CancelTyreChangePaymentURL": "http://localhost:7297/api/CancelTyreChangePayment",
  "TyreChangePaymentReceivedURL": "http://localhost:7297/api/ReceiveTyreChangePayment",
  "GetTyreChangeInvoiceURL": "http://localhost:7297/api/GetTyreChangeInvoice",
  "GetTyreChangeQuotationURL": "http://localhost:7297/api/GetTyreChangeQuotation",
  "UpdateTyreChangeQuotationURL": "http://localhost:7297/api/UpdateTyreChangeQuotation",
  "CreateLinkedTyreChangeQuotationURL": "http://localhost:7297/api/CreateLinkedTyreChangeQuotation",
  "CheckTyreChangeServiceInRangeURL": "http://localhost:7297/api/CheckTyreChangeServiceInRange",

  "CreateBatteryQuotationURL": "http://localhost:7297/api/CreateBatteryQuotation",
  "RequestBackofficeBatteryQuotationURL": "http://localhost:7297/api/RequestBackofficeBatteryQuotation",
  "AcceptBatteryQuotationURL": "http://localhost:7297/api/AcceptBatteryQuotation",
  "DeclineBatteryQuotationURL": "http://localhost:7297/api/DeclineBatteryQuotation",
  "CancelBatteryPaymentURL": "http://localhost:7297/api/CancelBatteryPayment",
  "BatteryPaymentReceivedURL": "http://localhost:7297/api/ReceiveBatteryPayment",
  "GetBatteryInvoiceURL": "http://localhost:7297/api/GetBatteryInvoice",
  "GetBatteryQuotationURL": "http://localhost:7297/api/GetBatteryQuotation",
  "UpdateBatteryQuotationURL": "http://localhost:7297/api/UpdateBatteryQuotation",
  "CreateLinkedBatteryQuotationURL": "http://localhost:7297/api/CreateLinkedBatteryQuotation",
  "CheckBatteryServiceInRangeURL": "http://localhost:7297/api/CheckBatteryServiceInRange",

  "PayfastReturnURLTowing": " https://285d-41-216-201-223.ngrok.io/TowingPages/TowingPaymentSuccessful",
  "PayfastCancelURLTowing": " https://285d-41-216-201-223.ngrok.io/TowingPages/TowingPaymentCanceled",
  "PayfastNotifyURLTowing": " https://285d-41-216-201-223.ngrok.io/TowingPages/TowingPaymentNotify",
  "PayfastNotifyEmailTowing": "gilbert.tgtow@outlook.com",

  "PayfastReturnURLFuel": " https://285d-41-216-201-223.ngrok.io/FuelPages/FuelPaymentSuccessful",
  "PayfastCancelURLFuel": " https://285d-41-216-201-223.ngrok.io/FuelPages/FuelPaymentCanceled",
  "PayfastNotifyURLFuel": " https://285d-41-216-201-223.ngrok.io/FuelPages/FuelPaymentNotify",
  "PayfastNotifyEmailFuel": "gilbert.tgtow@outlook.com",

  "PayfastReturnURLTyreChange": " https://285d-41-216-201-223.ngrok.io/TyreChangePages/TyreChangePaymentSuccessful",
  "PayfastCancelURLTyreChange": " https://285d-41-216-201-223.ngrok.io/TyreChangePages/TyreChangePaymentCanceled",
  "PayfastNotifyURLTyreChange": " https://285d-41-216-201-223.ngrok.io/TyreChangePages/TyreChangePaymentNotify",
  "PayfastNotifyEmailTyreChange": "gilbert.tgtow@outlook.com",

  "PayfastReturnURLBattery": " https://285d-41-216-201-223.ngrok.io/BatteryPages/BatteryPaymentSuccessful",
  "PayfastCancelURLBattery": " https://285d-41-216-201-223.ngrok.io/BatteryPages/BatteryPaymentCanceled",
  "PayfastNotifyURLBattery": " https://285d-41-216-201-223.ngrok.io/BatteryPages/BatteryPaymentNotify",
  "PayfastNotifyEmailBattery": "gilbert.tgtow@outlook.com",

  "PayfastUrl": "https://sandbox.payfast.co.za/eng/process",
  "PayfastMerchantId": "10000100",
  "PayfastMerchantKey": "46f0cd694581a",

  "OfficePhone": "087 012 5386",
  "OfficeEmail": "help@tgtow.co.za",
  "OfficeAddressLine1": "28 Lloys Ellis Drive",
  "OfficeAddressLine2": "Mnandi, Centurion",
  "OfficeAddressLine3": "0157",

  "GetLongUrlEndpoint": "http://localhost:7297/api/GetLongUrlFromShortUrl",

  "quotations-subscription-key": "3f31ab2c3a634127a7620541a06407d4",
  "drivers-subscription-key": "ea39409ac6e44e9aa63a28f811293296",
  "vehicles-subscription-key": "635d6c2689344b348e8f5273ebd3c369"
}
