Skip to content

Commit

Permalink
Fix config typos
Browse files Browse the repository at this point in the history
  • Loading branch information
ajparsons authored Sep 24, 2024
1 parent d271892 commit 66f5673
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .devcontainer/auto-quick-setup/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,21 +5,21 @@
"description": "URL to the TWFY Votes page"
},
"MAPIT_URL": {
"description": "URL to the MapIt API - defaults to mapit.mysociety.org"
"description": "URL to the MapIt API - defaults to mapit.mysociety.org."
},
"MAPIT_API_KEY": {
"description": "API key for the MapIt API - optional for small numbers of queries"
"description": "API key for the MapIt API - optional for small numbers of queries."
},
"DEMOCRACYCLUB_TOKEN": {
"description": "API key for the Democracy Club API - only for election postcode lookups."
},
"RECAPACHA_SITE_KEY": {
"description": "Recapacha site key. Can use v2 test keys from link.",
"RECAPTCHA_SITE_KEY": {
"description": "Recaptcha site key. Can use v2 test keys from link.",
"documentationUrl": "https://developers.google.com/recaptcha/docs/faq#:~:text=hidden%3B%20%7D-,I%27d%20like%20to%20run%20automated%20tests%20with%20reCAPTCHA.%20What%20should%20I%20do%3F,-For%20reCAPTCHA%20v3"

},
"RECAPACHA_SECRET": {
"description": "Recapacha secret key. Can use v2 test keys from link.",
"RECAPTCHA_SECRET": {
"description": "Recaptcha secret key. Can use v2 test keys from link.",
"documentationUrl": "https://developers.google.com/recaptcha/docs/faq#:~:text=hidden%3B%20%7D-,I%27d%20like%20to%20run%20automated%20tests%20with%20reCAPTCHA.%20What%20should%20I%20do%3F,-For%20reCAPTCHA%20v3"

},
Expand Down

0 comments on commit 66f5673

Please sign in to comment.