Update deliveries for portal deployment
[portal.git] / deliveries / .env
1 # Environment settings
2 # used by docker-compose AND by other shell scripts
3
4 # Source of images
5 NEXUS_REPO=nexus3.onap.org:10001
6
7 # Following are ALSO used in demo/boot/portal_vm_init.sh
8 EP_IMG_NAME=onap/portal-apps
9 DB_IMG_NAME=onap/portal-db
10 WMS_IMG_NAME=onap/portal-wms
11 # Deployed with portal; built elsewhere
12 CLI_IMG_NAME=onap/cli
13
14 # Tag all images with this
15 PORTAL_TAG=1.3.0
16
17 # Name of directory in apps container (NOT host)
18 WEBAPPS_DIR=/opt/apache-tomcat-8.0.37/webapps
19
20 # Expected environment variables (NOT defined here):
21 # LOGS_DIR
22 # PROPS_DIR