From b74d7da07674a9727f73c6769567687ebaa0a0ce Mon Sep 17 00:00:00 2001 From: Fiete Ostkamp Date: Thu, 18 Apr 2024 16:18:48 +0200 Subject: Enhance BabelArtifact object in babel with setters and noargs constructor - this makes the object available for Jackson object mapping Issue-ID: AAI-3830 Change-Id: I5c8827d98d302fb0c48e3ae8b638629c3dab98e7 Signed-off-by: Fiete Ostkamp --- src/main/resources/application.properties | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/main/resources/application.properties') diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index f1d54df..b47e4d2 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -1,4 +1,6 @@ server.port=9516 +security.require-ssl=false +server.ssl.enabled=false server.ssl.key-store=${CONFIG_HOME}/auth/tomcat_keystore server.ssl.client-auth=need -- cgit