some.ohsome-api.1.0.0-RC1.source-code.application.properties Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of ohsome-api Show documentation
Show all versions of ohsome-api Show documentation
A public Web-RESTful-API for "ohsome" OpenStreetMap history data.
# 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}