diff options
author | Tschaen, Brendan <ctschaen@att.com> | 2020-03-30 15:10:30 -0400 |
---|---|---|
committer | Tschaen, Brendan <ctschaen@att.com> | 2020-03-30 15:10:30 -0400 |
commit | e3512a896259129c976695dd83e8363d08ba7c63 (patch) | |
tree | 0b6ed71e1fbbf9bbd283232e9c0d2f11f39fceb0 /music-rest/src | |
parent | c345abd5168518c3ad2c9f5f6eeb352b788b5440 (diff) |
Move application.properties to music-rest
Issue-ID: MUSIC-572
Signed-off-by: Tschaen, Brendan <ctschaen@att.com>
Change-Id: I17d0d0f0dbea1c5944b84c7c7a97342b37606531
Diffstat (limited to 'music-rest/src')
-rwxr-xr-x | music-rest/src/main/resources/application.properties | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/music-rest/src/main/resources/application.properties b/music-rest/src/main/resources/application.properties new file mode 100755 index 00000000..6fbe6326 --- /dev/null +++ b/music-rest/src/main/resources/application.properties @@ -0,0 +1,9 @@ +server.port=8080 +server.servlet.context-path=/MUSIC/rest +security.require-ssl=true +server.ssl.key-store=/opt/app/aafcertman/keystore.jks +server.ssl.key-store-password=changeit +server.ssl.key-store-provider=SUN +server.ssl.key-store-type=JKS +httpPort=8081 +spring.jackson.mapper.ACCEPT_CASE_INSENSITIVE_ENUMS=true |