diff options
Diffstat (limited to 'etc/userconfig/env_config.sh.onap.sample')
-rw-r--r-- | etc/userconfig/env_config.sh.onap.sample | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/etc/userconfig/env_config.sh.onap.sample b/etc/userconfig/env_config.sh.onap.sample new file mode 100644 index 00000000..d983b469 --- /dev/null +++ b/etc/userconfig/env_config.sh.onap.sample @@ -0,0 +1,4 @@ +export HOST_URL="http://<docker host ip>:8702" + +# Absolute path of CSAR file, and should be copied to vtp container. +export CSAR_FILE="/opt/test.csar" |