File tree 1 file changed +4
-0
lines changed
ansible/roles/collectory/templates/config
1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -144,7 +144,11 @@ gbifApiPassword={{ gbif_api_password | default('') }}
144
144
gbifExportUrlBase ={{ gbif_export_url_base | default('') }}
145
145
useGbifDoi ={{ gbif_use_doi | default('false') }}
146
146
gbifRegistrationDryRun ={{ gbif_registration_dry_run | default('true') }}
147
+ {% if collectory_version is version('3.0.0', '<') %}
147
148
gbifLicenceMappingUrl ={{ gbif_licence_mapping_url | default('file:///data/ala-collectory/config/default-gbif-licence-mapping.json') }}
149
+ {% else %}
150
+ gbifLicenceMappingUrl ={{ gbif_licence_mapping_url | default('file:///data/collectory/config/default-gbif-licence-mapping.json') }}
151
+ {% endif %}
148
152
gbifOrphansPublisherID ={{ gbif_orphans_publisher_id | default('') }}
149
153
# Use https://www.gbif-uat.org during testing/development
150
154
gbifWebsite ={{ gbif_website | default('https://www.gbif.org') }}
You can’t perform that action at this time.
0 commit comments