aboutsummaryrefslogtreecommitdiffstats
path: root/music-rest/src/main/java/org/onap/music/main
diff options
context:
space:
mode:
authorTschaen, Brendan <ctschaen@att.com>2020-04-17 09:53:43 -0400
committerTschaen, Brendan <ctschaen@att.com>2020-04-17 09:53:43 -0400
commit99f396136789182931fbded1127856247593d91b (patch)
treec43f876127aa2e449110fa6b8233a5aec8d97f93 /music-rest/src/main/java/org/onap/music/main
parent133de5629fee494ef462ebe4b1b131a32060d5d5 (diff)
Remove key.properties
Issue-ID: MUSIC-582 Signed-off-by: Tschaen, Brendan <ctschaen@att.com> Change-Id: I52cbc8399a27006f70db2f8f4dff4dc09856d9da
Diffstat (limited to 'music-rest/src/main/java/org/onap/music/main')
-rw-r--r--music-rest/src/main/java/org/onap/music/main/PropertiesLoader.java3
1 files changed, 2 insertions, 1 deletions
diff --git a/music-rest/src/main/java/org/onap/music/main/PropertiesLoader.java b/music-rest/src/main/java/org/onap/music/main/PropertiesLoader.java
index 3017b6d3..e98031d9 100644
--- a/music-rest/src/main/java/org/onap/music/main/PropertiesLoader.java
+++ b/music-rest/src/main/java/org/onap/music/main/PropertiesLoader.java
@@ -33,7 +33,8 @@ import org.springframework.context.annotation.PropertySource;
import org.springframework.context.support.PropertySourcesPlaceholderConfigurer;
import org.springframework.stereotype.Component;
-@PropertySource(value = {"file:/opt/app/music/etc/music.properties", "classpath:/project.properties","file:/opt/app/music/etc/key.properties"})
+@PropertySource(value = {"file:/opt/app/music/etc/music.properties", "classpath:/project.properties"})
+//"file:/opt/app/music/etc/key.properties"
@Component
public class PropertiesLoader implements InitializingBean {