From 525cff7139baeba606dbd3bbf9c3639fc25e9b30 Mon Sep 17 00:00:00 2001 From: Matthew Hanson Date: Thu, 25 Jun 2020 11:34:09 -0400 Subject: [PATCH] update default URL --- satsearch/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/satsearch/config.py b/satsearch/config.py index a5d9b9b..a8fdd40 100644 --- a/satsearch/config.py +++ b/satsearch/config.py @@ -1,7 +1,7 @@ import os # API URL -API_URL = os.getenv('SATUTILS_API_URL', 'https://earth-search.aws.element84.com') +API_URL = os.getenv('SATUTILS_API_URL', 'https://earth-search-legacy.aws.element84.com') # data directory to store downloaded imagery DATADIR = os.getenv('SATUTILS_DATADIR', '${collection}/${date}')