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

protege.webprotege-events-history-service.1.0.0.source-code.application.yaml Maven / Gradle / Ivy

server:
  port: 7761

spring:
  application:
    name: EventsHistoryService
  rabbitmq:
    host: rabbitmq
    port: 5672
    username: guest
    password: guest
  data.mongodb:
    host: mongo
    database: webprotege
    auto-index-creation: true

webprotege:
  rabbitmq:
    requestqueue: webprotege-events-history-queue
    responsequeue: webprotege-events-history-response
    eventsqueue: webprotege-events-history-event-queue
    timeout: 60000
    event-subscribe: true




© 2015 - 2025 Weber Informatics LLC | Privacy Policy