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

protege.webprotege-gwt-api-gateway.1.0.3.source-code.application.yaml Maven / Gradle / Ivy

The newest version!
server:
  port: 7777

spring:
  application:
    name: webprotege-gwt-api-gateway
  rabbitmq:
    host: rabbitmq
    port: 5672
    username: guest
    password: guest
    publisher-confirm-type: correlated
    publisher-returns: true

webprotege:
  rabbitmq:
    requestqueue: webprotege-gwt-api-gateway-queue
    responsequeue: webprotege-gwt-api-gateway-response-queue
    eventsqueue: webprotege-gwt-api-gateway-event-queue
    timeout: 60000
    event-subscribe: true

spring.security.oauth2:
  client:
    registration.keycloak:
      client-id: webprotege
      authorization-grant-type: authorization_code
      scope: openid
    provider.keycloak:
      issuer-uri: http://webprotege-local.edu/auth/realms/webprotege
      user-name-attribute: preferred_username
  resourceserver.jwt.issuer-uri: http://webprotege-local.edu/auth/realms/webprotege




© 2015 - 2025 Weber Informatics LLC | Privacy Policy