PromucFlow_constructor/app/server/appsmith-server/src/main/resources/application.properties

6 lines
272 B
Properties
Raw Normal View History

# 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