aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/resources/application.properties
diff options
context:
space:
mode:
authorShwetank Dave <shwetank.dave@amdocs.com>2018-03-29 16:55:36 -0400
committerShwetank Dave <shwetank.dave@amdocs.com>2018-03-29 17:22:35 -0400
commitce701746049abfd94a87b46e43f296faf32d6213 (patch)
tree31f3d768469ce328d8bee16e18c5f9b4ab9b4458 /src/main/resources/application.properties
parent06d31abe3065205c87447687ad87c05e602c97d7 (diff)
Removing AJSC and moving to SpringBoot
[AAI-804] Deleting AJSC files. [AAI-804] Adding Spring Boot Dependencies Issue-ID: AAI-804 Change-Id: Ibda01496d56cc4613f6d2be3b8737d823cee342a Signed-off-by: Shwetank Dave <shwetank.dave@amdocs.com>
Diffstat (limited to 'src/main/resources/application.properties')
-rw-r--r--src/main/resources/application.properties4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties
new file mode 100644
index 0000000..6106535
--- /dev/null
+++ b/src/main/resources/application.properties
@@ -0,0 +1,4 @@
+server.ssl.key-store=/opt/app/search-data-service/config/auth/tomcat_keystore
+server.ssl.enabled=true
+server.port=9509
+server.ssl.client-auth=need