# This property allows the server to run behind a proxy server and still resolve all the urls correctly
server.use-forward-headers=true
# 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