We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b96d90 commit b477c4cCopy full SHA for b477c4c
ansible/roles/bie-hub/templates/bie-hub-config.yml.j2
@@ -95,6 +95,11 @@ imageServiceBaseURL: {{ image_service_url }}
95
image:
96
baseUrl: {{ image_service_url }}
97
thumbnailUrl: {{ image_service_url }}/image/proxyImageThumbnail?imageId=
98
+ausTraits:
99
+ baseURL: {{ ausTraits_base_url | default('http://tcyfjstumgmyag96.dev.austraits.cloud.edu.au') }}
100
+ homeURL: {{ ausTraits_home_url | default('https://austraits.org/') }}
101
+ sourceURL: {{ ausTraits_source_url | default('https://zenodo.org/record/5112001#.Yp2RVahBwuX') }}
102
+ definitionsURL: {{ ausTraits_definitions_url | default('https://edit-test.ala.org.au/austraits-definitions/') }}
103
104
# External Literature and reference sources
105
synonymsTypes: {{ synonym_types }}
0 commit comments