File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
mapswipe_workers/mapswipe_workers Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 8080 POSTGRES_DB : postgres
8181 OSMCHA_API_KEY : ${{ secrets.OSMCHA_API_KEY }}
8282 DJANGO_SECRET_KEY : test-django-secret-key
83- MAPILLARY_API_KEY : test-mapillary-api-key
83+ MAPILLARY_API_KEY : ${{ secrets.MAPILLARY_API_KEY }}
8484 COMPOSE_FILE : ../docker-compose.yaml:../docker-compose-ci.yaml
8585 run : |
8686 docker compose run --rm mapswipe_workers_creation python -m unittest discover --verbose --start-directory tests/unittests/
Original file line number Diff line number Diff line change 1717OSMCHA_API_LINK = "https://osmcha.org/api/v1/"
1818OSMCHA_API_KEY = os .environ ["OSMCHA_API_KEY" ]
1919MAPILLARY_API_LINK = "https://tiles.mapillary.com/maps/vtp/mly1_computed_public/2/"
20- MAPILLARY_API_KEY = os .getenv ("MAPILLARY_API_KEY" )
20+ MAPILLARY_API_KEY = os .environ ("MAPILLARY_API_KEY" )
2121
2222# number of geometries for project geometries
2323MAX_INPUT_GEOMETRIES = 10
You can’t perform that action at this time.
0 commit comments