Skip to content

Commit ec51fe2

Browse files
committed
Bugfix for metadata loc
1 parent a43140c commit ec51fe2

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

core/manage/application.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@ product:
5656
supported_languages: en,nl
5757
show_oidc_rp: true
5858

59-
metadata_configuration_path: classpath:/metadata_configuration
60-
metadata_templates_path: classpath:/metadata_templates
59+
metadata_configuration_path: file:///config/metadata_configuration/
60+
metadata_templates_path: file:///config/metadata_templates/
6161
metadata_export_path: classpath:/metadata_export
6262

6363
security:
@@ -67,7 +67,6 @@ security:
6767
super_user_attribute_name: is-member-of
6868
super_user_values: urn:collab:group:dev.openconext.local:nl:openconext:admins
6969

70-
7170
crypto:
7271
development-mode: True
7372
public-key-location: classpath:nope

0 commit comments

Comments
 (0)