{
  "authServer": {
    "url": "https://login.ewizard.io/auth",
    "token_type_hint": "access_token",
    "routes": {
      "token": "/realms/{realm}/protocol/openid-connect/token",
      "introspect": "/realms/{realm}/protocol/openid-connect/token/introspect"
    }
  },
  "defaultAuthServer": {
    "clientId":"co-cli",
    "sslRequired":"external"
  },
  "graylog": {
    "name": "Graylog",
    "level": "debug",
    "silent": false,
    "handleExceptions": false,
    "graylog": {
      "servers": [{
        "host": "graylog-inputs.ewizard.io",
        "port": 12201
      }],
      "hostname": "ewizard-cli"
    }
  },
  "loglevel": "info",
  "gitlab": {
    "url": "https://git.qapint.com/",
    "scaffolding_group": "ewizardjs/templates"
  },
  "apiPath": "/ewizard-cli",
  "screenshoter": {
    "moduleName": "@ewizardjs/screenshoter",
    "version": "5.3.2"
  },
  "deprecatedEwizardjsVersions": "<5.0.0"
}
