2020-02-24 09:00:11 +00:00
|
|
|
# This property allows the server to run behind a proxy server and still resolve all the urls correctly
|
|
|
|
|
server.use-forward-headers=true
|
|
|
|
|
|
2020-02-25 11:36:02 +00:00
|
|
|
spring.data.mongodb.auto-index-creation=false
|
|
|
|
|
|
2020-02-24 09:00:11 +00:00
|
|
|
# Ensures that the size of the request object that we handle is controlled. By default it's 212KB.
|
|
|
|
|
spring.codec.max-in-memory-size=5MB
|