Skip to content
Snippets Groups Projects
Commit 240f9676 authored by Lukas Malte Monnerjahn's avatar Lukas Malte Monnerjahn
Browse files

change deprecated tomcat config setting name

parent 226dc97a
No related branches found
No related tags found
No related merge requests found
......@@ -8,8 +8,6 @@ spring:
server:
port: 8443
tomcat.max-http-post-size: 10MB
tomcat.max-swallow-size: 10MB
ssl:
# enthaelt den privaten und oeffentlichen Schluessel der Anwendung
key-store: classpath:store/xta-test-server_keystore.p12
......@@ -26,6 +24,9 @@ server:
# wird ein Client Zertifikat benoetigt
client-auth: want
thymeleaf.cache: false
tomcat:
max-http-form-post-size: 10MB
max-swallow-size: 10MB
app:
server:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment