File tree Expand file tree Collapse file tree 1 file changed +11
-2
lines changed
src/python/esgcet/esgcet/config/etc Expand file tree Collapse file tree 1 file changed +11
-2
lines changed Original file line number Diff line number Diff line change @@ -71,7 +71,11 @@ thredds_authentication_realm = THREDDS Data Server
7171# For V3
7272# thredds_reinit_url = https://localhost:443/thredds/debug?catalogs/reinit
7373# For V4
74- thredds_reinit_url = https://localhost:443/thredds/admin/debug?catalogs/reinit
74+ # thredds_reinit_url = https://localhost:443/thredds/admin/debug?catalogs/reinit
75+ # for v5
76+ thredds_reinit_url = https://localhost:443/thredds/admin/debug?Catalogs/recheck
77+
78+
7579
7680# Pattern indicating success of TDS reinitialization
7781thredds_reinit_success_pattern = reinit ok
@@ -109,7 +113,12 @@ thredds_password = changeme
109113# The master catalog is named <thredds_root>/catalog.xml
110114#
111115thredds_root = /esg/content/thredds/esgcet
112- thredds_url = http://yourhost/thredds/esgcet
116+
117+ # for V4
118+ # thredds_url = http://yourhost/thredds/esgcet
119+ # for V5
120+ thredds_url = http://yourhost/thredds/catalog/esgcet
121+
113122thredds_catalog_basename = %(dataset_id)s.v%(version)s.xml
114123thredds_max_catalogs_per_directory = 500
115124thredds_master_catalog_name = Earth System Grid catalog
You can’t perform that action at this time.
0 commit comments