Skip to content

Commit

Permalink
Fix feature flag for UI's OAI-PMH support
Browse files Browse the repository at this point in the history
  • Loading branch information
Oleg Stobbe committed Apr 26, 2023
1 parent 9239ddf commit 7a87328
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/eaas-server/templates/ui/admin-ui-config.json.j2
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"stopEmulatorRedirectURL": "{{ baseurl }}/admin/",
"dashboardClusterAPIBaseURL": "{{ baseurl }}/eaas/api/v1/clusters/",
"dashboardAccessToken": "{{ eaas_cluster_api_access_token | default('') }}",
{% if eaas_enable_oaipmh_provider %}
{% if ui_enable_oaipmh %}
"oaipmhServiceBaseUrl": "{{ baseurl }}/oaipmh/",
{% endif %}
{% if ui_landing_page | default(false) %}
Expand Down

0 comments on commit 7a87328

Please sign in to comment.