Skip to content

Commit 4cee390

Browse files
committed
Fix duplicate key
1 parent e901a5e commit 4cee390

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

roles/manage/templates/application.yml.j2

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,8 @@ product:
6464
metadata_configuration_path: file://{{ manage_dir }}/metadata_configuration
6565
metadata_templates_path: file://{{ manage_dir }}/metadata_templates
6666
metadata_export_path: classpath:/metadata_export
67-
disabled_metadata_schemas: "organisation.schema.json"
68-
69-
disabled_metadata_schemas: []
67+
disabled_metadata_schemas:
68+
- "organisation.schema.json"
7069

7170
security:
7271
backdoor_user_name: {{ manage.backdoor_api_user }}

0 commit comments

Comments
 (0)