diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index 00a9707..43968f3 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -1,5 +1,6 @@ spring.application.name=fourcal server.port=8282 +server.session.timeout=7200 server.context-path=/fourcal app.version=0.0.1 spring.profiles.active=sit