From e92202bd9c090702deaa987ba67321772f8d820e Mon Sep 17 00:00:00 2001 From: Patrick Brady Date: Wed, 13 Dec 2017 14:01:55 -0800 Subject: Fourth part of onap rename Some paths within the docker image need to be updated from opt/openecomp to opt/onap Change-Id: I74b32ba6906a0b7c44764485dccef6140c21afa3 Signed-off-by: Patrick Brady Issue-ID: APPC-13 --- .../appc-oam-bundle/src/main/resources/org/onap/appc/default.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'appc-oam/appc-oam-bundle') diff --git a/appc-oam/appc-oam-bundle/src/main/resources/org/onap/appc/default.properties b/appc-oam/appc-oam-bundle/src/main/resources/org/onap/appc/default.properties index 964040a18..e7091b191 100644 --- a/appc-oam/appc-oam-bundle/src/main/resources/org/onap/appc/default.properties +++ b/appc-oam/appc-oam-bundle/src/main/resources/org/onap/appc/default.properties @@ -38,7 +38,7 @@ # #-------------------------------------------------------------------------------------------- # The path and file used to load user-supplied configuration settings, if any -org.onap.appc.bootstrap.path=/opt/openecomp/appc/data/properties,${user.home},. +org.onap.appc.bootstrap.path=/opt/onap/appc/data/properties,${user.home},. org.onap.appc.bootstrap.file=appc.properties appc.application.name=APPC -- cgit 1.2.3-korg