Skip to content

Commit

Permalink
Removing brackets
Browse files Browse the repository at this point in the history
Removing brackets around test key variable.
  • Loading branch information
nataliejschultz committed Sep 19, 2023
1 parent ed51883 commit e61066b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion emission/integrationTests/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ services:
- PBF_URL=https://download.geofabrik.de/north-america/us/rhode-island-latest.osm.pbf
- REPLICATION_URL=https://download.geofabrik.de/north-america/us/rhode-island-updates/
- IMPORT_WIKIPEDIA=false
- TEST_KEY=${TEST_KEY}
- TEST_KEY=$TEST_KEY
ports:
- "8080:8080"
# healthcheck currently commented out, since it isn't necessary and keeps going the entire time the container is running.
Expand Down

0 comments on commit e61066b

Please sign in to comment.