diff options
author | 2024-04-18 16:18:48 +0200 | |
---|---|---|
committer | 2024-04-18 16:18:48 +0200 | |
commit | b74d7da07674a9727f73c6769567687ebaa0a0ce (patch) | |
tree | aa55635c5fa569cd763b3a356d3cdf2079d92201 /src/main/resources/application.properties | |
parent | e73d109404113bd6d6f12749559c19adf3b3e5a8 (diff) |
Enhance BabelArtifact object in babel with setters and noargs constructor1.13.0
- this makes the object available for Jackson object mapping
Issue-ID: AAI-3830
Change-Id: I5c8827d98d302fb0c48e3ae8b638629c3dab98e7
Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
Diffstat (limited to 'src/main/resources/application.properties')
-rw-r--r-- | src/main/resources/application.properties | 2 |
1 files changed, 2 insertions, 0 deletions
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 |