console.config-local.json Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of hermes-management Show documentation
Show all versions of hermes-management Show documentation
Fast and reliable message broker built on top of Kafka.
{
"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