diff options
author | Bilal A <bilal@research.att.com> | 2020-01-28 22:56:18 +0000 |
---|---|---|
committer | Bilal A <bilal@research.att.com> | 2020-01-28 23:02:11 +0000 |
commit | 3a5d4ef36bfc56ec12fa3bf9d9bfad73f5974163 (patch) | |
tree | 5441676c6c318b5e8eef1b74203823b1d8bb7ac6 /config/pe/base.conf | |
parent | c3e4502aa32423165832840d94ab28fe771fb200 (diff) |
Update the java path to openjdk 11
Issue-ID: POLICY-2325
Signed-off-by: Bilal A <bilal@research.att.com>
Change-Id: I6d170616e9e0b9ff0342ef5dba6816207cb73b2e
Diffstat (limited to 'config/pe/base.conf')
-rw-r--r-- | config/pe/base.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/pe/base.conf b/config/pe/base.conf index 2bc538c7..6f45104c 100644 --- a/config/pe/base.conf +++ b/config/pe/base.conf @@ -11,7 +11,7 @@ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. -JAVA_HOME=/usr/lib/jvm/java-1.8-openjdk +JAVA_HOME=/usr/local/openjdk-11 POLICY_HOME=/opt/app/policy POLICY_LOGS=/var/log/onap KEYSTORE_PASSWD=Pol1cy_0nap |