Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions roles/openaccess/templates/serverapplication.yml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ spring:
jdbc:
cleanup-cron: "-"
initialize-schema: always
flush-mode: on_save
save-mode: on_set_attribute
store-type: jdbc
timeout: 8h
mvc:
Expand Down Expand Up @@ -73,6 +75,10 @@ cron:
user-cleaner-cron-initial-delay: "PT10S"
user-cleaner-lock-at-least-for: "PT5M"
user-cleaner-lock-at-most-for: "PT28M"
org-contact-reminder-days: 180
org-delete-after-days: 365
user-inactivity-warn-days: 60
user-inactivity-delete-days: 90

lifecycle:
user: lifecycle
Expand Down Expand Up @@ -147,6 +153,7 @@ email:
contactEmail: "{{ support_email }}"
serviceDeskEmail: "{{ support_email }}"
supportEmail: "support@surfconext.nl"
jiraErrorEmail: "{{ support_email }}"
environment: "{{ environment_shortname }}"

manage:
Expand Down