Skip to content

Commit

Permalink
Manage config for invite
Browse files Browse the repository at this point in the history
  • Loading branch information
phavekes committed Aug 28, 2024
1 parent fc6da3a commit fc88781
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions roles/invite/templates/serverapplication.yml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,10 @@ manage:
user: {{ invite.manageuser }}
password: {{ invite.managesecret }}
local: False
# If manage is disabled (e.g. enabled: False) the staticManageDirectory is the directory where the {metadata_type}.json files
# are located. This can also be an absolute file path, e.g. file:///opt/openconext/oidc-playground/manage
staticManageDirectory: classpath:/manage
# staticManageDirectory: file:///usr/local/etc/manage

springdoc:
pathsToMatch: "/api/external/v1/**"
Expand Down

0 comments on commit fc88781

Please sign in to comment.