diff options
author | Christopher Lott (cl778h) <clott@research.att.com> | 2017-09-28 16:59:17 -0400 |
---|---|---|
committer | Christopher Lott (cl778h) <clott@research.att.com> | 2017-09-28 17:36:30 -0400 |
commit | de8b8df79c1f0f56d978046a6f5afda05ec72fc4 (patch) | |
tree | 9b4c2675207fadf839adad36b1b97358e522666d /deliveries/.env | |
parent | a3b65e405278eb4b54de869a19b66ed9338dd1a6 (diff) |
Update license in non-Java files.
Add logs and properties directory names to .env file.
Revise portal_vm_init.sh script to pull and tag onap/cli docker image.
Issue: PORTAL-90
Change-Id: I82a371ee9797b3e037ad282538cb48b5620c9709
Signed-off-by: Christopher Lott (cl778h) <clott@research.att.com>
Diffstat (limited to 'deliveries/.env')
-rw-r--r-- | deliveries/.env | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/deliveries/.env b/deliveries/.env index 180ea1f1..c67f43f4 100644 --- a/deliveries/.env +++ b/deliveries/.env @@ -1,10 +1,11 @@ # Environment settings # used by docker-compose AND by other shell scripts -# Host directory with config files -PROJECT_DIR=/PROJECT/OpenSource/UbuntuEP +# Host directories; must be writable +LOGS_DIR=/PROJECT/OpenSource/UbuntuEP/logs +PROPS_DIR=/PROJECT/OpenSource/UbuntuEP/properties -# Directory within containers +# Directory within containers (not host) WEBAPPS_DIR=/opt/apache-tomcat-8.0.37/webapps # Following are ALSO used in demo/boot/portal_vm_init.sh |