diff options
Diffstat (limited to 'appc-provider/appc-provider-bundle')
-rw-r--r-- | appc-provider/appc-provider-bundle/src/main/resources/org/onap/appc/default.properties | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/appc-provider/appc-provider-bundle/src/main/resources/org/onap/appc/default.properties b/appc-provider/appc-provider-bundle/src/main/resources/org/onap/appc/default.properties index 5e9258a09..693cd37a8 100644 --- a/appc-provider/appc-provider-bundle/src/main/resources/org/onap/appc/default.properties +++ b/appc-provider/appc-provider-bundle/src/main/resources/org/onap/appc/default.properties @@ -39,7 +39,7 @@ #-------------------------------------------------------------------------------------------- # The path and file used to load user-supplied configuration settings, if any org.onap.appc.bootstrap.file=appc.properties -org.onap.appc.bootstrap.path=/opt/openecomp/appc/data/properties,${user.home},. +org.onap.appc.bootstrap.path=/opt/onap/appc/data/properties,${user.home},. appc.application.name=APPC |