diff options
Diffstat (limited to 'packages/install/src/files')
-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 |