Skip to content

Commit

Permalink
Update template.ini
Browse files Browse the repository at this point in the history
Changes for TDS 5 migration
  • Loading branch information
sashakames committed Sep 18, 2015
1 parent 1eeaf8d commit 4bac17e
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions src/python/esgcet/esgcet/config/etc/template.ini
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,11 @@ thredds_authentication_realm = THREDDS Data Server
# For V3
# thredds_reinit_url = https://localhost:443/thredds/debug?catalogs/reinit
# For V4
thredds_reinit_url = https://localhost:443/thredds/admin/debug?catalogs/reinit
#thredds_reinit_url = https://localhost:443/thredds/admin/debug?catalogs/reinit
# for v5
thredds_reinit_url = https://localhost:443/thredds/admin/debug?Catalogs/recheck



# Pattern indicating success of TDS reinitialization
thredds_reinit_success_pattern = reinit ok
Expand Down Expand Up @@ -109,7 +113,12 @@ thredds_password = changeme
# The master catalog is named <thredds_root>/catalog.xml
#
thredds_root = /esg/content/thredds/esgcet
thredds_url = http://yourhost/thredds/esgcet

# for V4
# thredds_url = http://yourhost/thredds/esgcet
# for V5
thredds_url = http://yourhost/thredds/catalog/esgcet

thredds_catalog_basename = %(dataset_id)s.v%(version)s.xml
thredds_max_catalogs_per_directory = 500
thredds_master_catalog_name = Earth System Grid catalog
Expand Down

0 comments on commit 4bac17e

Please sign in to comment.