{
  "Kestrel": {
    "Endpoints": {
      "Http": {
        "Url": "http://0.0.0.0:4444"
      }
    }
  },
  "Logging": {
    "LogLevel": {
      "Default": "Information",
      "Microsoft.AspNetCore": "Warning"
    }
  },
  "ConnectionPluginSettings": {
    "PluginName": "Nexo",
    "SqlServer": ".\\INSERTNEXO",
    "DataBase": "Nexo_Demo",
    "SqlLogin": "sa",
    "SqlPassword": "haslo-do-sql",
    "UserLogin": "Szef",
    "UserPassword": "robocze"
  },
  "CustomSettings": {
    "NazwaCennika": "Podstawowy",
    "Lokalizacja": "",
    "KlienciGrupy": ""
  },
  "AllowedHosts": "*"
}
