Skip to content

Commit 4bac17e

Browse files
committed
Update template.ini
Changes for TDS 5 migration
1 parent 1eeaf8d commit 4bac17e

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

src/python/esgcet/esgcet/config/etc/template.ini

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff 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
7781
thredds_reinit_success_pattern = reinit ok
@@ -109,7 +113,12 @@ thredds_password = changeme
109113
# The master catalog is named <thredds_root>/catalog.xml
110114
#
111115
thredds_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+
113122
thredds_catalog_basename = %(dataset_id)s.v%(version)s.xml
114123
thredds_max_catalogs_per_directory = 500
115124
thredds_master_catalog_name = Earth System Grid catalog

0 commit comments

Comments
 (0)