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

Revert "change deprecated tomcat config setting name"

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