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