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

s.bootstrap.4.0.5.source-code.application.yml Maven / Gradle / Ivy

There is a newer version: 4.1.6
Show newest version
application:
  name: @project.parent.artifactId@
  build.version: @project.version@
  build.timestamp: @maven.build.timestamp@
  encoding: @project.build.sourceEncoding@
  java.version: @java.version@

spring:
  application.name: HESPERIDES
  boot.admin.client.enabled: false
  profiles.active: ${SPRING_PROFILES_ACTIVE:default}


server:
  port: ${SERVER_PORT:8080}
  contextPath: /rest
  compression:
    enabled: true
    mime-types: application/json

ldap:
  url: ${LDAP_URL}
  domain: ${LDAP_DOMAIN}
  userSearchBase: ${LDAP_USER_SEARCH_BASE}
  usernameAttribute: ${LDAP_USERNAME_ATTRIBUTE}
  connectTimeout: ${LDAP_CONNECT_TIMEOUT:5000}
  readTimeout: ${LDAP_READ_TIMEOUT:5000}

liquibase.enabled: false

logging:
  file: /var/log/hesperides.log
  level:
    root: INFO
#    org.hesperides: INFO
management:
  add-application-context-header: false
  security:
    enabled: false




© 2015 - 2024 Weber Informatics LLC | Privacy Policy