diff options
author | Ravi Geda <gravik@amdocs.com> | 2018-04-30 16:54:51 +0100 |
---|---|---|
committer | Ravi Geda <gravik@amdocs.com> | 2018-05-01 12:59:23 +0100 |
commit | 92927f8985ae5f381143b8b295df2f466e4349ae (patch) | |
tree | 4fa5f38af258a4098f94cf10b22fd9ec5c545db9 /src/main/resources/application.properties | |
parent | 0bcc113d91c67424fd07cc4837bca50bba3dda60 (diff) |
Migrate to Spring Boot
Convert from AJSC to Spring Boot micro service
Change-Id: I17bed6d10a00b35dbc63f5dd2b93642b1b3eb7a5
Issue-ID: AAI-1040
Signed-off-by: Ravi Geda <gravik@amdocs.com>
Diffstat (limited to 'src/main/resources/application.properties')
-rw-r--r-- | src/main/resources/application.properties | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties new file mode 100644 index 0000000..2a65bc3 --- /dev/null +++ b/src/main/resources/application.properties @@ -0,0 +1,10 @@ +server.port=9520 + +SERVICE_BEANS=dynamic/conf + +server.ssl.key-store=${CONFIG_HOME}/auth/tomcat_keystore +server.ssl.enabled=true +server.ssl.client-auth=need +server.ssl.enabled-protocols=TLSv1.1,TLSv1.2 + +logging.config=classpath:logback.xml
\ No newline at end of file |