Versionen im Vergleich

Schlüssel

  • Diese Zeile wurde hinzugefügt.
  • Diese Zeile wurde entfernt.
  • Formatierung wurde geändert.

Diese Datei befindet sich im ADVOKAT Backend unter "...\ADVOKAT\Daten\Config" und enthält die wichtige Informationen für den Betrieb des ADVOKAT Server.
Es ist die Adresse/URL (Address) definiert unter der das System erreichbar ist und ob selbst signierte SSL-Zertifikate (AllowInvalidCertificates) erlaubt sind.

...

Codeblock
languageyml
titleBeispiel für ADVOKAT Server
{
  "ServerConnection": {
    "Address": "https://SERVER.advokat.local:8443443",
    "AllowInvalidCertificates": true
  },
  "Serilog": {
    "MinimumLevel": {
      "Default": "Information"
    },
    "WriteTo": [
      {
        "Name": "File",
        "Args": {
          "path": "%ALLUSERSPROFILE%\\Advokat\\Log\\Advokat.Client.%USERNAME%.log",
          "buffered": false,
          "fileSizeLimitBytes": "1048576",
          "rollOnfileSizeLimit": "true",
          "retainedFileCountLimit": "10",
          "outputTemplate": "{Timestamp:o} [{Level:u3}] ({Application}, {ThreadId,3}, {SourceContext}) {Message:lj}{NewLine}{Exception}"
        }
      },
      {
        "Name": "Information"
      }
    ],
    "Enrich": [ "FromLogContext", "WithThreadId" ],
    "Properties": {
      "Application": "ADVOKAT.Client"
    }
  },   "PlugIns": [
    {
      "Assembly": "Advokat.Client.Desktop.dll",
      "IsEnabled": true
    },
    {
      "Assembly": "AdvCompliance.dll*",
      "IsEnabled": true
    },
    {
      "Assembly": "DoubletPlugIn.dll*",
      "IsEnabled": true
    },  
    {
      "Assembly": "SBMailPlugIn.dll*",
      "IsEnabled": true
    },     
    {
      "Assembly": "ExecutiveBoard.dll*",
      "IsEnabled": true
    },
    {
      "Assembly": "ExecutiveBoard.Widgets.dll*",
      "IsEnabled": true
    },
    {
      "Assembly": "ExecutiveBoard.Widgets.Standard.dll*",
      "IsEnabled": true
    },
    {
      "Assembly": "ControllingExtendedPlugIn.dll*",
      "IsEnabled": true
    }
  ]
}