We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e901a5e commit 4cee390Copy full SHA for 4cee390
1 file changed
roles/manage/templates/application.yml.j2
@@ -64,9 +64,8 @@ product:
64
metadata_configuration_path: file://{{ manage_dir }}/metadata_configuration
65
metadata_templates_path: file://{{ manage_dir }}/metadata_templates
66
metadata_export_path: classpath:/metadata_export
67
-disabled_metadata_schemas: "organisation.schema.json"
68
-
69
-disabled_metadata_schemas: []
+disabled_metadata_schemas:
+ - "organisation.schema.json"
70
71
security:
72
backdoor_user_name: {{ manage.backdoor_api_user }}
0 commit comments