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

ch.hermes.hermes-management.2.7.0.source-code.application-local.yaml Maven / Gradle / Ivy

There is a newer version: 2.8.0
Show newest version
console:
  console:
    title: hermes console
    knownEnvironments:
      - name: localhost
        url: http://localhost:8090
      - name: also-localhost
        url: http://127.0.0.1:8090
  dashboard:
    metrics: http://localhost:8082
    docs: http://hermes-pubsub.rtfd.org
  metrics:
    fetchingDashboardUrlEnabled: false
  auth:
    oauth:
      enabled: false
      url: localhost:8092/auth
      clientId: hermes
      scope: hermes
    headers:
      enabled: false
      adminHeader: Hermes-Admin-Password
  topic:
    messagePreviewEnabled: true
    offlineRetransmissionEnabled: true
    offlineClientsEnabled: false
    readOnlyModeEnabled: false
    retentionUnits:
      - value: HOURS
        label: HOURS
      - value: DAYS
        label: DAYS
  subscription:
    showHeadersFilter: true
    showFixedHeaders: false
    deliveryTypes:
      - value: SERIAL
        label: SERIAL
      - value: BATCH
        label: BATCH
prometheus:
  client:
    enabled: true

management:
  server:
    servlet:
      context-path: /

spring:
  main:
    allow-bean-definition-overriding: true
  jersey:
    type: filter
    filter:
      order: 2147483647
  mvc:
    servlet:
      path: /




© 2015 - 2025 Weber Informatics LLC | Privacy Policy