CLIMATE-518 - Add descriptive default search URL constant
Project: http://git-wip-us.apache.org/repos/asf/climate/repo Commit: http://git-wip-us.apache.org/repos/asf/climate/commit/1094b18a Tree: http://git-wip-us.apache.org/repos/asf/climate/tree/1094b18a Diff: http://git-wip-us.apache.org/repos/asf/climate/diff/1094b18a Branch: refs/heads/master Commit: 1094b18a9259223350c15ebe5892b39289e53286 Parents: 2cc0401 Author: Michael Joyce <[email protected]> Authored: Fri Oct 24 08:02:33 2014 -0700 Committer: Michael Joyce <[email protected]> Committed: Fri Oct 24 08:02:33 2014 -0700 ---------------------------------------------------------------------- ocw/esgf/constants.py | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/climate/blob/1094b18a/ocw/esgf/constants.py ---------------------------------------------------------------------- diff --git a/ocw/esgf/constants.py b/ocw/esgf/constants.py index a6baf9f..860a489 100644 --- a/ocw/esgf/constants.py +++ b/ocw/esgf/constants.py @@ -33,3 +33,4 @@ JPL_MYPROXY_SERVER_DN = "/O=ESGF/OU=esg-datanode.jpl.nasa.gov/CN=host/esg-vm.jpl # URL of ESGF search service to contact JPL_SEARCH_SERVICE_URL = "http://esg-datanode.jpl.nasa.gov/esg-search/search" +DEFAULT_ESGF_SEARCH = "http://esg-datanode.jpl.nasa.gov/esg-search/search"
