Gziping js to increase performance
[aai/sparky-be.git] / sparkybe-onap-application / config / application.properties
1 #
2 # disable the default thyme leaf icon on web-pages
3 #
4 spring.mvc.favicon.enabled=false
5
6 #possible values: camel,http,ssl,portal,fe-dev,fe-prod,oxm-default,oxm-override,[resources|gizmo],sync,oxm-schema-dev,oxm-schema-prod
7 #For oxm loading there needs to be a combo of [oxm-default OR oxm-override] AND [oxm-schema-dev OR oxm-schema-prod]
8
9 #
10 # Gizmo profile
11 #
12 spring.profiles.active=camel,http,fe-dev,oxm-schema-dev,gizmo,oxm-override
13
14 #
15 # Resources profile
16 #
17 #spring.profiles.active=camel,http,fe-dev,oxm-schema-dev,resources,sync,oxm-override
18
19
20 searchservice.hostname=127.0.0.1
21 searchservice.port=30262
22 searchservice.client-cert=client-cert-onap.p12
23 searchservice.client-cert-password=1y0q1uvc1uum1uvg1pil1pjl1uuq1uvk1uuu1y10
24 searchservice.truststore=tomcat_keystore
25
26 # Enable response compression
27 server.compression.enabled=true
28
29 # The comma-separated list of mime types that should be compressed
30 server.compression.mime-types=text/html,text/xml,text/plain,text/css,text/javascript,application/javascript,application/json
31
32 # Compress the response only if the response size is at least 1KB
33 server.compression.min-response-size=1024
34
35 spring.mvc.favicon.enabled=false