Skip to content

Commit

Permalink
update default URL
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewhanson committed Jun 25, 2020
1 parent 48f00dc commit 525cff7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion satsearch/config.py
Original file line number Diff line number Diff line change
@@ -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}')
Expand Down

0 comments on commit 525cff7

Please sign in to comment.