{
  "ConnectionStrings": {
    "DefaultConnection": "connection string"
  },
  "Logging": {
    "LogLevel": {
      "Default": "Information",
      "Microsoft": "Warning",
      "Microsoft.Hosting.Lifetime": "Information"
    }
  },
  "Authentication": {
    "Google": {
      "ClientId": "a",
      "ClientSecret": "a"
    },
    "Microsoft": {
      "ClientId": "a",
      "ClientSecret": "a"
    },
    "Facebook": {
      "AppId": "1",
      "AppSecret": "a"
    }
  },
  "AllowedHosts": "*",
  "Jwt": {
    "Key": "TajnyKluczTokenowJWT",
    "Issuer": "*",
    "Audience": "*"
  },
  "Smtp": {
    "LogoUrl": "https://ksefery.infra.pl/images/ksefery_logo.png",
    "Server": "adres serwera smtp",
    "Port": 587,
    "Username": "username",
    "Password": "password",
    "FromEmail": "adres nadawcy"
  },
  "KSeF": {
    "BaseUrl": "https://api.ksef.mf.gov.pl/",
    "BaseQRUrl": "https://qr.ksef.mf.gov.pl",
    "TimeoutSeconds": 60,
    "VerifyCertificateChain": false
  },
  "KSeFLighthouse": {
    "BaseUrl": "https://api-latarnia.ksef.mf.gov.pl/",
    "TimeoutSeconds": 30
  },
  "PdfGeneratorApi": {
    "BaseUrl": "https://pdf.ksefery.pl/",
    "TimeoutSeconds": 60
  },
  "ApiKeys": {
    "EncryptionKey": "ThisismySecretKey"
  }
}
