{
  "Logging": {
    "LogLevel": {
      "Default": "Information",
      "Microsoft.AspNetCore": "Warning"
    }
  },
  "AllowedHosts": "*",
  "Kestrel": {
    "Endpoints": {
      "Https": {
        "Url": "https://localhost:7443"
      }
    }
  },
  "ZymonicGateway": {
    "DatabasePath": "zymonic-gateway.sqlite",
    "PluginDirectory": "plugins",
    "QueueRunner": {
      "Enabled": true,
      "MaxParallelRequests": 2,
      "PollIntervalSeconds": 2,
      "MaxAttempts": 5,
      "RetryDelaySeconds": 30
    },
    "Debug": {
      "Rules": [
        {
          "Name": "debug-app-log-upload",
          "Enabled": true,
          "Source": "zymonic_app",
          "Route": "/app/logs/upload"
        }
      ]
    },
    "RequestResponseLogs": {
      "Directory": "/home/amasidlover/ZymonicGateway/request-response-logs",
      "RetentionDays": 30
    },
    "ZymonicServer": {
      "BaseUri": "https://md5.zednax.com/zymonicmp",
      "SystemName": "ztsm",
      "ClientId": "973f9c1f855f70acbf94e0f403f9627d",
      "ClientSecret": "",
      "Username": "alexm ",
      "Password": "",
      "PromptForClientSecret": false,
      "Scope": ""
    },
    "PluginAssemblies": [
      "/home/amasidlover/workspace/zymonic-dev/ZymonicApp/ZymonicAppLogUploadGatewayPlugin/bin/Debug/net9.0/ZymonicAppLogUploadGatewayPlugin.dll"
    ],
    "Plugins": {
      "ZymonicAppLogUpload": {
        "AppLogUpload": {
          "ApiKey": "",
          "EffectiveUser": "zymposone"
        }
      }
    }
  }
}
