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

some.ohsome-api.1.0.0-RC1.source-code.application.properties Maven / Gradle / Ivy

There is a newer version: 1.10.4
Show newest version
# Server compression
server.compression.enabled=true
server.compression.min-response-size=1400
server.compression.mime-types=application/json,text/csv,application/geo+json
# Swagger documentation URL
springfox.documentation.swagger.v2.path=/docs
# Setting max size for post requests to 100MB (default: 2MB)
server.tomcat.max-http-post-size=104857600
# Setting max file-size to 100MB (default: 10MB)
spring.servlet.multipart.max-file-size=104857600
# Setting max request-size to 100MB (default: 10MB)
spring.servlet.multipart.max-request-size=104857600
# Enables custom definition of the port
server.port=${port:8080}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy