From ddcaa161ced75b772294f5eaa8bfe9b6fdbdc731 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Morten=20H=C3=B8fft?= <6759267+MortenHofft@users.noreply.github.com> Date: Mon, 20 Jan 2025 11:18:29 +0100 Subject: [PATCH] Update UAT config to use new components. See https://github.com/gbif/hosted-portals/issues/302 --- _config_uat.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/_config_uat.yml b/_config_uat.yml index fc50c2e..3d2d974 100644 --- a/_config_uat.yml +++ b/_config_uat.yml @@ -1 +1,5 @@ -url: "https://gbif-be.hp.gbif-uat.org/" # the base hostname & protocol for your staging site, e.g. https://hp-example.gbif-uat.org \ No newline at end of file +url: "https://gbif-be.hp.gbif-uat.org/" # the base hostname & protocol for your staging site, e.g. https://hp-example.gbif-uat.org + +useSharedLibrary: true # Use the new component library +testSite: true #style the site to show that it is a test site +graphqlEndpoint: "https://graphql.gbif-uat.org/graphql" # for use with e.g. new stories from GBIF.org \ No newline at end of file