diff options
author | danielhanrahan <daniel.hanrahan@est.tech> | 2022-06-22 11:56:23 +0100 |
---|---|---|
committer | danielhanrahan <daniel.hanrahan@est.tech> | 2022-06-22 13:54:11 +0100 |
commit | c307163822736f0db2c5656219fda60103743ecd (patch) | |
tree | b99d8ed2bea3ab32358928405439ddb602df4989 /packages/install/src/files/base.conf | |
parent | 8dc83784673a5ccad79fc534bb7f035be8c16392 (diff) |
OpenSuse docker file for drools-pdp
Issue-ID: POLICY-4193
Signed-off-by: danielhanrahan <daniel.hanrahan@est.tech>
Change-Id: Ia3984d93b3aa6ec8daba61201216b03932f6d9ce
Diffstat (limited to 'packages/install/src/files/base.conf')
-rw-r--r-- | packages/install/src/files/base.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/install/src/files/base.conf b/packages/install/src/files/base.conf index 86eb934e..ecd9e22b 100644 --- a/packages/install/src/files/base.conf +++ b/packages/install/src/files/base.conf @@ -4,6 +4,7 @@ # ================================================================================ # Copyright (C) 2017-2022 AT&T Intellectual Property. All rights reserved. # Modifications Copyright (C) 2020 Bell Canada. +# Modifications Copyright (C) 2022 Nordix Foundation. # ================================================================================ # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -27,7 +28,6 @@ JVM_OPTIONS=-server -Xms512m -Xmx1024m POLICY_HOME=/opt/app/policy POLICY_LOGS=/opt/app/policy/logs -JAVA_HOME=/usr/lib/jvm/java-11-openjdk KEYSTORE=/opt/app/policy/etc/ssl/policy-keystore KEYSTORE_PASSWD=Pol1cy_0nap |