Skip to content

Commit

Permalink
Removed a few test items.
Browse files Browse the repository at this point in the history
  • Loading branch information
bseeger committed May 23, 2024
1 parent 68f5297 commit 902a4d9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/main/resources/application.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
form-flow:
session-continuity-interceptor:
enabled: true
redirect-url: '/?sessionTimeout=true'
lock-after-submitted:
- flow: mdBenefitsFlow
redirect: confirmation
Expand Down Expand Up @@ -78,7 +77,7 @@ spring:
max-file-size: ${form-flow.uploads.max-file-size}MB
max-request-size: ${form-flow.uploads.max-file-size}MB
session:
timeout: 5M
timeout: 30M
store-type: jdbc
jdbc:
initialize-schema: always
Expand Down

0 comments on commit 902a4d9

Please sign in to comment.