From 602a0243651bd2140828d274f14ea73df60be342 Mon Sep 17 00:00:00 2001 From: Maciej Malewski Date: Mon, 21 Jun 2021 09:31:58 +0200 Subject: Remove tag latest from docker image, adapt VES to the new location of file ves-dmaap-config.json Issue-ID: DCAEGEN2-1483 Signed-off-by: Maciej Malewski Change-Id: Ib6b428c974ecec17ebc0722f3e236ee2b05c5be6 --- src/main/java/org/onap/dcae/ApplicationSettings.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main/java/org/onap/dcae') diff --git a/src/main/java/org/onap/dcae/ApplicationSettings.java b/src/main/java/org/onap/dcae/ApplicationSettings.java index 7b8c3ff6..0acbbe26 100644 --- a/src/main/java/org/onap/dcae/ApplicationSettings.java +++ b/src/main/java/org/onap/dcae/ApplicationSettings.java @@ -161,7 +161,7 @@ public class ApplicationSettings { } public String dMaaPConfigurationFileLocation() { - return prependWithUserDirOnRelative(properties.getString("collector.dmaapfile", "dpo/data-formats/ves-dmaap-config.json")); + return prependWithUserDirOnRelative(properties.getString("collector.dmaapfile", "etc/ves-dmaap-config.json")); } public String certSubjectMatcher(){ -- cgit 1.2.3-korg