Update license in non-Java files.
[portal.git] / deliveries / .env
1 # Environment settings
2 # used by docker-compose AND by other shell scripts
3
4 # Host directories; must be writable
5 LOGS_DIR=/PROJECT/OpenSource/UbuntuEP/logs
6 PROPS_DIR=/PROJECT/OpenSource/UbuntuEP/properties
7
8 # Directory within containers (not host)
9 WEBAPPS_DIR=/opt/apache-tomcat-8.0.37/webapps
10
11 # Following are ALSO used in demo/boot/portal_vm_init.sh
12 EP_IMG_NAME=portal-apps
13 DB_IMG_NAME=portal-db
14 WMS_IMG_NAME=portal-wms
15
16 # Tag all images with this
17 PORTAL_TAG=1.3.0
18
19 NEXUS_REPO=nexus3.onap.org:10003