X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=deliveries%2F.env;h=f5d1090c8ee5944d7e46b31e0dbdd91ce578d254;hb=89cce2a7c0f8becfaf4600b7a165b6168e51a94f;hp=180ea1f1d952400f34429375f92e7658946df517;hpb=51d83152697da4f2ef2242471ee43f36e6b64300;p=portal.git diff --git a/deliveries/.env b/deliveries/.env index 180ea1f1..f5d1090c 100644 --- a/deliveries/.env +++ b/deliveries/.env @@ -1,18 +1,19 @@ # Environment settings # used by docker-compose AND by other shell scripts -# Host directory with config files -PROJECT_DIR=/PROJECT/OpenSource/UbuntuEP - -# Directory within containers -WEBAPPS_DIR=/opt/apache-tomcat-8.0.37/webapps - # Following are ALSO used in demo/boot/portal_vm_init.sh -EP_IMG_NAME=portal-apps -DB_IMG_NAME=portal-db -WMS_IMG_NAME=portal-wms +EP_IMG_NAME=onap/portal-apps +DB_IMG_NAME=onap/portal-db +WMS_IMG_NAME=onap/portal-wms +# Deployed with portal; built elsewhere +CLI_IMG_NAME=onap/cli # Tag all images with this PORTAL_TAG=1.3.0 -NEXUS_REPO=nexus3.onap.org:10003 +# Name of directory in apps container (NOT host) +WEBAPPS_DIR=/opt/apache-tomcat-8.0.37/webapps + +# Expected environment variables (NOT defined here): +# LOGS_DIR +# PROPS_DIR