0a3230d7b028f423ee823a0bacb8314c245c07b5
[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 # Required settings with default values.
18 # Export shell environment variables on ALL hosts.
19 LOGS_DIR=./logs
20 PROPS_DIR=./properties_rackspace
21
22 # Optional settings with no defaults.
23 EXTRA_HOST_IP=""
24 EXTRA_HOST_NAME=""
25 # Export shell environment variables on hosts with no DNS;
26 # a line is added to docker container's /etc/hosts.
27 # For example:
28 #EXTRA_HOST_IP="-i 135.207.161.163"
29 #EXTRA_HOST_NAME="-n portal.api.simpledemo.openecomp.org"