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

irigible.dirigible-application.10.6.22.source-code.application.properties Maven / Gradle / Ivy

There is a newer version: 10.6.31
Show newest version
#
# 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
#

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=*

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy