Skip to content

Commit

Permalink
Prompt on codespace creation for suggested keys
Browse files Browse the repository at this point in the history
  • Loading branch information
ajparsons committed Jun 8, 2024
1 parent 046b656 commit e631cb5
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions .devcontainer/auto-quick-setup/devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,32 @@
{
"name": "theyworkforyou",
"secrets": {
"TWFY_VOTES_URL": {
"description": "URL to the TWFY Votes page"
},
"MAPIT_URL": {
"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"
},
"DEMOCRACYCLUB_TOKEN": {
"description": "API key for the Democracy Club API - only for election postcode lookups"
},
"RECAPACHA_SITE_KEY": {
"description": "Recapacha site key - defaults to generic test key"
},
"RECAPACHA_SECRET": {
"description": "Recapacha secret - defaults to generic test key"
},
"STRIPE_DONATE_PUBLIC_KEY": {
"description": "Stripe donate public key (test key). Only needed for donate page testing."
},
"STRIPE_DONATE_SECRET_KEY": {
"description": "Stripe donate secret key (test key). Only needed for donate page testing."
}

},
"dockerComposeFile": "../../docker-compose.yml",
"service": "twfy",
"workspaceFolder": "/twfy",
Expand Down

0 comments on commit e631cb5

Please sign in to comment.