Skip to content
Snippets Groups Projects
application.yml 2.59 KiB
Newer Older
  • Learn to ignore specific revisions
  • OZGCloud's avatar
    OZGCloud committed
    logging:
      level:
        ROOT: WARN
    
        '[de.ozgcloud]': INFO
    
    OZGCloud's avatar
    OZGCloud committed
        '[org.springframework.security]': WARN
    
    OZGCloud's avatar
    OZGCloud committed
    spring:
    
          matching-strategy: ant-path-matcher
    
        async:
          request-timeout: -1
    
    OZGCloud's avatar
    OZGCloud committed
      application:
    
          'ADJUST_DATES_TO_CONTEXT_TIME_ZONE': false
    
          max-file-size: 2GB
          max-request-size: 2GB
    
              issuer-uri: ${ozgcloud.oauth2.issuer-uri}
    
              jwk-set-uri: ${spring.security.oauth2.resourceserver.jwt.issuer-uri}/protocol/openid-connect/certs
    
        import: optional:configserver:${ozgcloud_administration_address:http://localhost:8888}/configserver/
    
    server:
      http2:
        enabled: true
    
      error:
        include-stacktrace: never
    
    OZGCloud's avatar
    OZGCloud committed
    management:
      server:
        port: 8081
    
        livenessState:
    
          enabled: true
    
        readinessState:
    
          enabled: true
      endpoint:
        health:
          group:
            exploratory:
              include: livenessState,readinessState,ping
              show-details: always
          probes:
            enabled: true
    
    Tobias Bruns's avatar
    Tobias Bruns committed
          access: READ_ONLY
    
    OZGCloud's avatar
    OZGCloud committed
      endpoints:
        web:
          exposure:
    
            include: health,prometheus,refresh
    
    grpc:
      client:
    
        vorgang-manager:
    
          address: static://127.0.0.1:9090
    
    OZGCloud's avatar
    OZGCloud committed
          negotiationType: TLS
    
        user-manager:
          address: static://127.0.0.1:9000
    
        zufi-manager:
          address: static://127.0.0.1:9190
          negotiationType: TLS
    
        collaboration-manager:
          address: static://127.0.0.1:9090
    
        archive-manager:
    
          address: static://127.0.0.1:9090
          negotiationType: TLS
    
          secret: XPPWagXn3rDwKG6YwoirXPPWagXn3rDwKG6YwoirXPPWagXn3rDwKG6YwoirXPPWagXn3rDwKG6Ywoir
    
      oauth2:
        auth-server-url: ${keycloak.auth-server-url}
        realm: ${keycloak.realm}
        resource: ${keycloak.resource}
        principle-attribute: preferred_username
        issuer-uri: ${ozgcloud.oauth2.auth-server-url}/realms/${ozgcloud.oauth2.realm}
      production: true
    
          postfachNachrichtAttachment: 3MB
    
          wiedervorlageAttachment: 40MB
    
          bescheidFile: 3MB
          bescheidAttachment: 3MB
    
        content-types:
          bescheidFile:
            - application/pdf
            - image/png
            - image/jpeg
          bescheidAttachment:
            - application/pdf
            - image/png
            - image/jpeg
    
        profile-template: /api/userProfiles/%s
    
        search-template: /api/userProfiles/?searchBy={searchBy}
    
      dms:
        enabled: false
    
      domain:
        url-pattern: https://*.ozg-cloud.de