irigible.dirigible-application.10.6.37.source-code.application.properties Maven / Gradle / Ivy
#
# Copyright (c) 2010-2024 Eclipse Dirigible contributors
#
# All rights reserved. This program and the accompanying materials
# are made available under the terms of the Eclipse Public License v2.0
# which accompanies this distribution, and is available at
# http://www.eclipse.org/legal/epl-v20.html
#
# SPDX-FileCopyrightText: Eclipse Dirigible contributors
# SPDX-License-Identifier: EPL-2.0
#
spring.application.name=Eclipse Dirigible
server.port=${DIRIGIBLE_SERVER_PORT:8080}
spring.main.allow-bean-definition-overriding=true
server.error.include-message=always
spring.servlet.multipart.enabled=true
spring.servlet.multipart.file-size-threshold=2KB
spring.servlet.multipart.max-file-size=1GB
spring.servlet.multipart.max-request-size=1GB
spring.servlet.multipart.location=${java.io.tmpdir}
spring.datasource.hikari.connectionTimeout=3600000
spring.mvc.async.request-timeout=3600000
basic.enabled=${DIRIGIBLE_BASIC_ENABLED:true}
terminal.enabled=${DIRIGIBLE_TERMINAL_ENABLED:true}
management.metrics.mongo.command.enabled=false
management.metrics.mongo.connectionpool.enabled=false
spring.devtools.restart.poll-interval=6s
spring.devtools.restart.quiet-period=5s
cxf.path=/odata/v2
management.endpoints.web.exposure.include=*
management.endpoints.health.show-details=always
springdoc.api-docs.path=/api-docs
# the following are used to force the Spring to create QUARTZ tables
# quartz properties are manged in quartz.properties don't try to add them here
spring.quartz.job-store-type=jdbc
spring.quartz.jdbc.initialize-schema=always
# disable spring boot admin by default
spring.boot.admin.client.enabled=false
spring.boot.admin.server.enabled=false
# enable /actuator/health/liveness and /actuator/health/readiness
management.health.probes.enabled=true
© 2015 - 2025 Weber Informatics LLC | Privacy Policy