From 10e69191d6c4c7abaebbcb619a1ca2130f877e9c Mon Sep 17 00:00:00 2001 From: mishaschwartz <4380924+mishaschwartz@users.noreply.github.com> Date: Tue, 15 Oct 2024 10:42:24 -0400 Subject: [PATCH] fix stripped quotes --- birdhouse/components/thredds/default.env | 7 +++---- birdhouse/env.local.example | 12 ++++++------ 2 files changed, 9 insertions(+), 10 deletions(-) diff --git a/birdhouse/components/thredds/default.env b/birdhouse/components/thredds/default.env index 7ce986d9..64778b3f 100644 --- a/birdhouse/components/thredds/default.env +++ b/birdhouse/components/thredds/default.env @@ -31,15 +31,15 @@ export THREDDS_DEFAULT_FILE_FILTERS=' export THREDDS_SERVICE_DATA_EXTRA_FILE_FILTERS='' -export THREDDS_DATASET_DATASETSCAN_BODY=' - +export THREDDS_DATASET_DATASETSCAN_BODY=" + all ${THREDDS_DEFAULT_FILE_FILTERS} -' +" # add any new variables not already in 'VARS' or 'OPTIONAL_VARS' that must be replaced in templates here VARS=" @@ -74,5 +74,4 @@ export DELAYED_EVAL=" THREDDS_SERVICE_DATA_LOCATION_ON_HOST THREDDS_IMAGE THREDDS_IMAGE_URI - THREDDS_DATASET_DATASETSCAN_BODY " diff --git a/birdhouse/env.local.example b/birdhouse/env.local.example index 172b42da..4679acc8 100644 --- a/birdhouse/env.local.example +++ b/birdhouse/env.local.example @@ -501,18 +501,18 @@ export THREDDS_ADDITIONAL_CATALOG='' # the THREDDS service named "all" (see components/thredds/catalog.xml.template). However this can be customized if desired. # See the example below which would change the configuration to also serve .h5 and .json files and exclude .md files. # See the THREDDS documentation for the element for all configuration options. -#export THREDDS_DATASET_DATASETSCAN_BODY=' -# +#export THREDDS_DATASET_DATASETSCAN_BODY=" +# # all # # # # ${THREDDS_DEFAULT_FILE_FILTERS} -# -# -# +# +# +# # -#' +#" # Files served by THREDDS are considered to either contain data or metadata (or both). The THREDDS Magpie service allows # us to handle access permissions different for metadata vs. data. Magpie let's users with "browse" permissions access