diff options
author | Tschaen, Brendan <ctschaen@att.com> | 2020-04-17 09:53:43 -0400 |
---|---|---|
committer | Tschaen, Brendan <ctschaen@att.com> | 2020-04-17 09:53:43 -0400 |
commit | 99f396136789182931fbded1127856247593d91b (patch) | |
tree | c43f876127aa2e449110fa6b8233a5aec8d97f93 /music-rest/src/main/java/org | |
parent | 133de5629fee494ef462ebe4b1b131a32060d5d5 (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')
-rw-r--r-- | music-rest/src/main/java/org/onap/music/main/PropertiesLoader.java | 3 |
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 { |