blob: cded4f24ea01f693dc233cdc69dbc89f69e17554 [file] [log] [blame]
Jorge Hernandezb001c1a2019-02-28 10:10:49 -06001#
2# ============LICENSE_START=======================================================
3# ONAP
4# ================================================================================
5# Copyright (C) 2019 AT&T Intellectual Property. All rights reserved.
6# ================================================================================
7# Licensed under the Apache License, Version 2.0 (the "License");
8# you may not use this file except in compliance with the License.
9# You may obtain a copy of the License at
10#
11# http://www.apache.org/licenses/LICENSE-2.0
12#
13# Unless required by applicable law or agreed to in writing, software
14# distributed under the License is distributed on an "AS IS" BASIS,
15# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16# See the License for the specific language governing permissions and
17# limitations under the License.
18# ============LICENSE_END=========================================================
19#
20
21# system properties set within the application
22
23java.net.preferIPv4Stack=true
24
25# jmx
26
27com.sun.management.jmxremote.port=9991
28com.sun.management.jmxremote.authenticate=false
29com.sun.management.jmxremote.ssl=false
30
31# certs
32
jhh327ac052019-10-16 21:30:26 -050033javax.net.ssl.trustStore=${envd:POLICY_HOME:/opt/app/policy}/etc/ssl/policy-truststore
34javax.net.ssl.trustStorePassword=${envd:TRUSTSTORE_PASSWD}
Jorge Hernandezb001c1a2019-02-28 10:10:49 -060035
jhh327ac052019-10-16 21:30:26 -050036javax.net.ssl.keyStore=${envd:POLICY_HOME:/opt/app/policy}/etc/ssl/policy-keystore
37javax.net.ssl.keyStorePassword=${envd:KEYSTORE_PASSWD}
38
jhh4112fec2019-12-09 18:11:13 -060039# kie
40
41kie.maven.offline.force=${envd:REPOSITORY_OFFLINE:false}
42
jhh327ac052019-10-16 21:30:26 -050043# symmetric key for sensitive configuration data
44
jhh4112fec2019-12-09 18:11:13 -060045engine.symm.key=${envd:SYMM_KEY}