Skip to content

Commit

Permalink
Merge pull request #9 from danieldegroot2/api-url
Browse files Browse the repository at this point in the history
Switch to api.openstreetmap.org API host
  • Loading branch information
Zaczero authored Nov 1, 2023
2 parents c845b7e + ac77de0 commit fa09598
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
REPLICATION_SLEEP = timedelta(seconds=30)

OSM_PLANET_URL = 'https://planet.openstreetmap.org/'
OSM_API_URL = 'https://www.openstreetmap.org/api/0.6/'
OSM_API_URL = 'https://api.openstreetmap.org/api/0.6/'

CHANGESET_CONCURRENCY = int(os.getenv('CHANGESET_CONCURRENCY', '5'))
CHANGESET_MAX_AGE = timedelta(days=180) # 6 months
Expand Down

0 comments on commit fa09598

Please sign in to comment.