We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a43140c commit ec51fe2Copy full SHA for ec51fe2
1 file changed
core/manage/application.yml
@@ -56,8 +56,8 @@ product:
56
supported_languages: en,nl
57
show_oidc_rp: true
58
59
-metadata_configuration_path: classpath:/metadata_configuration
60
-metadata_templates_path: classpath:/metadata_templates
+metadata_configuration_path: file:///config/metadata_configuration/
+metadata_templates_path: file:///config/metadata_templates/
61
metadata_export_path: classpath:/metadata_export
62
63
security:
@@ -67,7 +67,6 @@ security:
67
super_user_attribute_name: is-member-of
68
super_user_values: urn:collab:group:dev.openconext.local:nl:openconext:admins
69
70
-
71
crypto:
72
development-mode: True
73
public-key-location: classpath:nope
0 commit comments