Skip to content

Commit

Permalink
fix: Spelling error of YML files that expose HTTPS_PROXY (close #144)
Browse files Browse the repository at this point in the history
  • Loading branch information
Christophe Nouguier committed Feb 28, 2020
1 parent dafc355 commit e625390
Show file tree
Hide file tree
Showing 17 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion deploy/arome-france-high-loader.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ services:
- SYNC_DB_URL=${WEACAST_LOADERS_SYNC_DB_URL}
- DEBUG=${AROME_RANCE_HIGH_LOADER_DEBUG}
- HTTP_PROXY
- HHTPS_PROXY
- HTTPS_PROXY
- NO_PROXY
- S3_BUCKET
- S3_ACCESS_KEY
Expand Down
2 changes: 1 addition & 1 deletion deploy/arome-france-loader.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ services:
- SYNC_DB_URL=${WEACAST_LOADERS_SYNC_DB_URL}
- DEBUG=${AROME_FRANCE_LOADER_DEBUG}
- HTTP_PROXY
- HHTPS_PROXY
- HTTPS_PROXY
- NO_PROXY
- S3_BUCKET
- S3_ACCESS_KEY
Expand Down
2 changes: 1 addition & 1 deletion deploy/arpege-europe-loader.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ services:
- SYNC_DB_URL=${WEACAST_LOADERS_SYNC_DB_URL}
- DEBUG=${ARPEGE_EUROPE_LOADER_DEBUG}
- HTTP_PROXY
- HHTPS_PROXY
- HTTPS_PROXY
- NO_PROXY
- S3_BUCKET
- S3_ACCESS_KEY
Expand Down
2 changes: 1 addition & 1 deletion deploy/arpege-world-loader.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ services:
- SYNC_DB_URL=${WEACAST_LOADERS_SYNC_DB_URL}
- DEBUG=${ARPEGE_WORLD_LOADER_DEBUG}
- HTTP_PROXY
- HHTPS_PROXY
- HTTPS_PROXY
- NO_PROXY
- S3_BUCKET
- S3_ACCESS_KEY
Expand Down
2 changes: 1 addition & 1 deletion deploy/express-gateway.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ services:
environment:
- KEY_SECRET=${EXPRESS_GATEWAY_KEY_SECRET}
- HTTP_PROXY
- HHTPS_PROXY
- HTTPS_PROXY
- NO_PROXY
- AWS_ACCESS_KEY_ID=${S3_ACCESS_KEY}
- AWS_SECRET_ACCESS_KEY=${S3_SECRET_ACCESS_KEY}
Expand Down
2 changes: 1 addition & 1 deletion deploy/gfs-world-loader.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ services:
- SYNC_DB_URL=${WEACAST_LOADERS_SYNC_DB_URL}
- DEBUG=${GFS_WORLD_LOADER_DEBUG}
- HTTP_PROXY
- HHTPS_PROXY
- HTTPS_PROXY
- NO_PROXY
- S3_BUCKET
- S3_ACCESS_KEY
Expand Down
2 changes: 1 addition & 1 deletion deploy/hubeau-observations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ services:
- TIMEOUT=${HUBEAU_OBSERVATIONS_TIMEOUT}
- DEBUG=${HUBEAU_OBSERVATIONS_DEBUG}
- HTTP_PROXY
- HHTPS_PROXY
- HTTPS_PROXY
- NO_PROXY
- SUBDOMAIN
- SLACK_WEBHOOK_URL
Expand Down
2 changes: 1 addition & 1 deletion deploy/hubeau-stations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ services:
- DB_URL=${HUBEAU_DB_URL}
- DEBUG=${HUBEAU_STATIONS_DEBUG}
- HTTP_PROXY
- HHTPS_PROXY
- HTTPS_PROXY
- NO_PROXY
- SUBDOMAIN
- SLACK_WEBHOOK_URL
Expand Down
2 changes: 1 addition & 1 deletion deploy/kano.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ services:
- COTE_DELAY=60000 # Ensure healthcheck has passed
- SUBDOMAIN
- HTTP_PROXY
- HHTPS_PROXY
- HTTPS_PROXY
- NO_PROXY
healthcheck:
test: ["CMD", "curl", "-f", "http://localhost:8081/api/capabilities"]
Expand Down
2 changes: 1 addition & 1 deletion deploy/mapcache.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ services:
image: ${MAPCACHE_IMAGE}:${MAPCACHE_TAG}
environment:
- HTTP_PROXY
- HHTPS_PROXY
- HTTPS_PROXY
- NO_PROXY
volumes:
- ../configs/mapcache:/etc/mapcache
Expand Down
2 changes: 1 addition & 1 deletion deploy/mapproxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ services:
image: ${MAPPROXY_IMAGE}:${MAPPROXY_TAG}
environment:
- HTTP_PROXY
- HHTPS_PROXY
- HTTPS_PROXY
- NO_PROXY
- AWS_ACCESS_KEY_ID=${S3_ACCESS_KEY}
- AWS_SECRET_ACCESS_KEY=${S3_SECRET_ACCESS_KEY}
Expand Down
2 changes: 1 addition & 1 deletion deploy/mapserver.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ services:
image: ${MAPSERVER_IMAGE}:${MAPSERVER_TAG}
environment:
- HTTP_PROXY
- HHTPS_PROXY
- HTTPS_PROXY
- NO_PROXY
volumes:
- ./../configs/mapserver:/etc/mapserver
Expand Down
2 changes: 1 addition & 1 deletion deploy/maputnik.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ services:
image: ${MAPUTNIK_IMAGE}:${MAPUTNIK_TAG}
environment:
- HTTP_PROXY
- HHTPS_PROXY
- HTTPS_PROXY
- NO_PROXY
- SUBDOMAIN
healthcheck:
Expand Down
2 changes: 1 addition & 1 deletion deploy/openaq.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ services:
- DB_URL=${OPENAQ_DB_URL}
- DEBUG=${OPENAQ_DEBUG}
- HTTP_PROXY
- HHTPS_PROXY
- HTTPS_PROXY
- NO_PROXY
- SUBDOMAIN
- SLACK_WEBHOOK_URL
Expand Down
2 changes: 1 addition & 1 deletion deploy/teleray.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ services:
- DB_URL=${TELERAY_DB_URL}
- DEBUG=${TELERAY_DEBUG}
- HTTP_PROXY
- HHTPS_PROXY
- HTTPS_PROXY
- NO_PROXY
- SUBDOMAIN
- SLACK_WEBHOOK_URL
Expand Down
2 changes: 1 addition & 1 deletion deploy/thredds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ services:
- THREDDS_XMX_SIZE
- THREDDS_XMS_SIZE
- HTTP_PROXY
- HHTPS_PROXY
- HTTPS_PROXY
- NO_PROXY
volumes:
- ./../configs/thredds:/usr/local/tomcat/content/thredds
Expand Down
2 changes: 1 addition & 1 deletion deploy/vigicrues.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ services:
- DB_URL=${VIGICRUES_DB_URL}
- DEBUG=${VIGICRUES_DEBUG}
- HTTP_PROXY
- HHTPS_PROXY
- HTTPS_PROXY
- NO_PROXY
- SUBDOMAIN
- SLACK_WEBHOOK_URL
Expand Down

0 comments on commit e625390

Please sign in to comment.