All Downloads are FREE. Search and download functionalities are using the official Maven repository.

console.config-local.json Maven / Gradle / Ivy

There is a newer version: 2.8.0
Show newest version
{
  "console": {
    "title": "hermes console",
    "knownEnvironments": [
      {
        "name": "local",
        "url": "localhost:8090"
      },
      {
        "name": "also-local",
        "url": "127.0.0.1:8090"
      }
    ]
  },
  "dashboard": {
    "metrics": "http://localhost:8082",
    "docs": "http://hermes-pubsub.rtfd.org"
  },
  "hermes": {
    "discovery": {
      "type": "simple",
      "simple": {
        "url": "http://localhost:8090"
      }
    }
  },
  "metrics": {
    "type": "graphite",
    "graphite": {
      "url": "localhost:8082",
      "prefix": "hermes"
    }
  },
  "auth": {
    "oauth": {
      "enabled": false,
      "url": "localhost:8092/auth",
      "clientId": "hermes",
      "scope": "hermes"
    },
    "headers": {
      "enabled": false,
      "adminHeader": "Hermes-Admin-Password"
    }
  },
  "topic": {
    "messagePreviewEnabled": true,
    "offlineClientsEnabled": false
  },
  "subscription": {
    "showHeadersFilter": false,
    "showFixedHeaders": false,
    "requestTimeoutWarningThreshold": 1001,
    "deliveryTypes": [
      {"value": "SERIAL", "label": "SERIAL"},
      {"value": "BATCH", "label": "BATCH"}
    ]
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy