Moving gzip properties into fe
[aai/sparky-be.git] / sparkybe-onap-application / config / application-fe-prod.properties
1
2 server.servlet.context-path=/services/aai/webapp/
3
4 #
5 #  attempt to externalize ui JS classes + resources
6 #
7 spring.resources.static-locations=file:${APP_HOME}/static/
8
9 # Enable response compression
10 server.compression.enabled=true
11
12 # The comma-separated list of mime types that should be compressed
13 server.compression.mime-types=text/html,text/xml,text/plain,text/css,text/javascript,application/javascript,application/json
14
15 # Compress the response only if the response size is at least 1KB
16 server.compression.min-response-size=1024