{
  "ConnectionStrings": {
    //dev
    "DefaultConnection": "Data Source=65.36.158.237\\sql2019,1789;Initial Catalog=KareforceDevDB;Persist Security Info=True;User ID=kareforcedevdb;Password=w1Swi=2+tecLtA;TrustServerCertificate=True;Column Encryption Setting=Enabled;",
    //local
    //"DefaultConnection": "Data Source=65.36.158.237\\sql2019,1789;Initial Catalog=KareforceAPIDevDB;Persist Security Info=True;User ID=kareforceapidevdb;Password=f1>Qai^#~jQN1!a>8]]8;TrustServerCertificate=True;Column Encryption Setting=Enabled;",
    "DefaultLogConnection": "Data Source=65.36.158.237\\sql2019,1789;Initial Catalog=KareforceDevLogDB;Persist Security Info=True;User ID=kareforcedevlogdb;Password=1rA-o?tE5uPrUw;TrustServerCertificate=True;"
  },
  "JwtConfiguration": {
    "SecretKey": "943e3a62ba29cb2f66b47ebcfa4c5910f78922485617ef5cd76d212567857819",
    "AdminSecretKey": "793e3a32ba29cb2f33b87ebcfa4c5910f78922485317ef5cd73d212537857035",
    "DefaultSecret": "asdfSFS34wfsdfsdfSDSD32dfsddDDerQSNCK34SOWEK5354fdgdf434SOWEK5354fdgdf4fsdfsdfSDSD32dfsddD",
    "Issuer": "KareForceAPI",
    "Audience": "KareForceUsers",
    "ExpiryMinutes": 240
  },
  "APISettings": {
    "SymmetricKey": "y89dfb754c0d589640cff640c88924j6",
    "APISymmetricKey": "KF@Pr$7S@0C!@R&G" // 16-byte key for AES-128
  },
  "Serilog": {
    "Using": [ "Serilog.Sinks.MSSqlServer" ],
    "MinimumLevel": "Information",
    "WriteTo": [
      {
        "Name": "MSSqlServer",
        "Args": {
          "connectionString": "Data Source=65.36.158.237\\sql2019,1789;Initial Catalog=KareforceDevLogDB;Persist Security Info=True;User ID=kareforcedevlogdb;Password=1rA-o?tE5uPrUw;TrustServerCertificate=True;",
          "sinkOptionsSection": {
            "tableName": "Logs",
            "schemaName": "KareforceDevLogDB",
            "autoCreateSqlTable": true
          }
        }
      }
    ]
  },
  "Logging": {
    "LogLevel": {
      "Default": "Information",
      "Microsoft.AspNetCore": "Warning"
    }
  },
  "USCountryId": 236,
  "AllowedHosts": "*",

  "StripeSettings": {
    "Secretkey": "sk_test_51SxR0BPKF5gShaIFKCmWpWVKywqZ0idPtL5PQ1c7zdUY9IqMdfM2cgIDlSIpZN5hX6gX1XXlPT1kb6j0yw5qi3Uj00h62hWm8z", // Vishal Bhai
    "WebhookSecret": "whsec_LNxR9COR1puAWLR4NrSDYmKUTG0MODZ6" // dev environment

  },
  "CheckrSettings": {
    "CheckrAPIKey": "cce88cf1ee2c4dd50a40b58a1452ef3254c8d84e",
    "CheckrBaseUrl": "https://api.checkr-staging.com/v1"
  },
  "SubscriptionPlan": {
    "PackageName": "io.kareforce",
    "ApplicationName": "KareForce"
  },

  "AppleSubscriptionSettings": {
    "IssuerId": "08acc7c6-3107-47f8-b5d7-bcaa78107cb0",
    "KeyId": "79M56M4NRZ",
    "BundleId": "io.kareforce.mobile",
    "PrivateKeyPath": "SubscriptionKey_79M56M4NRZ.p8",
    "Environment": "Sandbox",
    "TokenExpirationMinutes": 20,
    "BaseUrl": "https://api.storekit-sandbox.itunes.apple.com", /// For production: https://api.storekit.itunes.apple.com
    "SubscriptionPlanEndPoint": "/inApps/v1/subscriptions/"
  }
}
