diff options
Diffstat (limited to 'appc-metric')
-rw-r--r-- | appc-metric/appc-metric-bundle/src/main/resources/org/onap/appc/default.properties | 2 | ||||
-rw-r--r-- | appc-metric/appc-metric-bundle/src/test/resources/org/onap/appc/default.properties | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/appc-metric/appc-metric-bundle/src/main/resources/org/onap/appc/default.properties b/appc-metric/appc-metric-bundle/src/main/resources/org/onap/appc/default.properties index f7eae381e..e42cf60ec 100644 --- a/appc-metric/appc-metric-bundle/src/main/resources/org/onap/appc/default.properties +++ b/appc-metric/appc-metric-bundle/src/main/resources/org/onap/appc/default.properties @@ -25,7 +25,7 @@ # Define the name and path of any user-provided configuration (bootstrap) file that can be loaded # to supply configuration options 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},. diff --git a/appc-metric/appc-metric-bundle/src/test/resources/org/onap/appc/default.properties b/appc-metric/appc-metric-bundle/src/test/resources/org/onap/appc/default.properties index 596705820..5d4dffd2a 100644 --- a/appc-metric/appc-metric-bundle/src/test/resources/org/onap/appc/default.properties +++ b/appc-metric/appc-metric-bundle/src/test/resources/org/onap/appc/default.properties @@ -25,5 +25,5 @@ # Define the name and path of any user-provided configuration (bootstrap) file that can be loaded to supply configuration options #org.onap.appc.bootstrap.file=executor-test.properties 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},. |