From fc887815b5f0aff128582694f1b45d95d2c5a54f Mon Sep 17 00:00:00 2001 From: Peter Havekes Date: Wed, 28 Aug 2024 11:20:48 +0200 Subject: [PATCH] Manage config for invite --- roles/invite/templates/serverapplication.yml.j2 | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/roles/invite/templates/serverapplication.yml.j2 b/roles/invite/templates/serverapplication.yml.j2 index d8567077e..37fcb8f6f 100644 --- a/roles/invite/templates/serverapplication.yml.j2 +++ b/roles/invite/templates/serverapplication.yml.j2 @@ -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/**"