Skip to content

Commit

Permalink
Remove 'test' from invite server config
Browse files Browse the repository at this point in the history
  • Loading branch information
phavekes committed Nov 21, 2023
1 parent 3e037ee commit 6bae24c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions roles/invite/templates/serverapplication.yml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ config:
voot:
user: {{ invite.vootuser}}
password: {{ invite.vootsecret}}
group_urn_domain: urn:mace:surf.nl:test.surfinvite.nl
group_urn_domain: "{{ invite.group_urn_domain }}"

attribute-aggregation:
user: {{ invite.attribute_aggregation_user }}
Expand All @@ -119,7 +119,7 @@ lifecyle:
email:
from: "{{ noreply_email }}"
contactEmail: "{{ support_email }}"
environment: "test2"
environment: "{{ environment_shortname }}"
enabled: true

manage:
Expand Down

0 comments on commit 6bae24c

Please sign in to comment.