Test stuff

This commit is contained in:
Anthony Stirling
2023-05-18 23:17:46 +01:00
parent d4c25476d2
commit 8a277aebd7
6 changed files with 33 additions and 98 deletions

View File

@@ -22,4 +22,7 @@ server.servlet.context-path=${APP_ROOT_PATH:/}
spring.devtools.restart.enabled=true
spring.devtools.livereload.enabled=true
spring.thymeleaf.encoding=UTF-8
spring.thymeleaf.encoding=UTF-8
server.connection-timeout=${CONNECTION_TIMEOUT:5m}
spring.mvc.async.request-timeout=${ASYNC_CONNECTION_TIMEOUT:300000}