X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=deliveries%2F.env;h=898e9a403a79206244ef564e1bfb74bd30e16270;hb=9c152c3c93793fb15e7ba9a311de4f3974f712fb;hp=3b2fa140445b264c720b4aa279ecbc15a4e4325e;hpb=2797e7b247f586f8a3a452dbb6cf883b7169c8ca;p=portal.git diff --git a/deliveries/.env b/deliveries/.env index 3b2fa140..898e9a40 100644 --- a/deliveries/.env +++ b/deliveries/.env @@ -14,7 +14,7 @@ CLI_IMG_NAME=onap/cli # This is the first portion of the Docker image tag # that is published to the ONAP registry. -PORTAL_VERSION=2.3.0 +PORTAL_VERSION=2.5.0 # This is used during builds and in docker-compose; # it is never published to the ONAP registry. @@ -22,6 +22,13 @@ PORTAL_TAG=casablanca # Name of directory in apps container (NOT host) WEBAPPS_DIR=/opt/apache-tomcat-8.0.37/webapps +TOMCAT_DIR=/opt/apache-tomcat-8.0.37 + +# Certs +TOMCAT_KEY=keystoreONAP.keystore +TOMCAT_TRUST=truststoreONAPall.jks +CERT_PWD=changeit + # Required settings with default values. # Export shell environment variables on ALL hosts.