8 lines
326 B
Properties
8 lines
326 B
Properties
# This property allows the server to run behind a proxy server and still resolve all the urls correctly
|
|
server.forward-headers-strategy=NATIVE
|
|
|
|
spring.data.mongodb.auto-index-creation=false
|
|
|
|
# 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
|