Zum Ende der Metadaten springen
Zum Anfang der Metadaten

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

Beispiel für ADVOKAT X mit Werkseinstellungen

{
  "ServerConnection": {
    "Address": "https://SERVER.advokat.local:8443",
    "AllowInvalidCertificates": true
  },
  "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": "ExecutiveBoard.Widgets.VorerfassteBarauslagen.dll",
      "IsEnabled": true
    },
    {
      "Assembly": "ControllingExtendedPlugIn.dll",
      "IsEnabled": true
    }
  ]
}

  • Keine Stichwörter