s.bootstrap.4.1.0.source-code.application.yml Maven / Gradle / Ivy
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}
servlet:
context-path: /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}
logging:
file: /var/log/hesperides.log
level:
root: INFO
management:
health.ldap.enabled: false
endpoints:
web:
base-path: /manage
exposure:
include: '*'