Skip to content

Commit

Permalink
Allow for performance seed invite on test2
Browse files Browse the repository at this point in the history
  • Loading branch information
oharsta committed Nov 26, 2024
1 parent 708a6be commit 9cf8c63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/invite/templates/serverapplication.yml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ config:
eduid-entity-id: "https://login.{{ myconext_base_domain }}"
role-search-required: false
past-date-allowed: {{ invite.past_date_allowed }}
performance-seed-allowed: False
performance-seed-allowed: {{ invite.performance_seed_allowed }}
eduid-idp-schac-home-organization: {{ invite.eduid_idp_schac_home_organization }}

feature:
Expand Down

0 comments on commit 9cf8c63

Please sign in to comment.