diff options
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 |