Make jvm args in sparky-be configurable via environment variable
[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,aai-proxy
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,oxm-default,oxm-schema-dev,fe-dev,resources,aai-proxy
13
14 #
15 # Resources profile
16 #
17 #spring.profiles.active=camel,http,fe-dev,oxm-schema-dev,resources,sync,oxm-override,aai-proxy
18
19 portal.cadiFileLocation=${CONFIG_HOME}/portal/cadi.properties
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 spring.mvc.favicon.enabled=false
27
28 schema.ingest.file=${CONFIG_HOME}/schemaIngest.properties