-
Notifications
You must be signed in to change notification settings - Fork 53
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Improve codespace secrets approach #1798
Conversation
2c2b1cc
to
ccc444c
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some typos to fix I think is all
docker-compose.yml
Outdated
MAPIT_URL: ${MAPIT_URL:-https://mapit.mysociety.org/} | ||
MAPIT_API_KEY: ${MAPIT_API_KEY:-} | ||
DEMOCRACYCLUB_TOKEN: ${DEMOCRACYCLUB_TOKEN:-} | ||
RECAPACHA_SITE_KEY: ${RECAPACHA_SITE_KEY:-} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some spelling mistakes in here
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should be fixed!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
And still mispelled here
.devcontainer/devcontainer.json
Outdated
"DEMOCRACYCLUB_TOKEN": { | ||
"description": "API key for the Democracy Club API - only for election postcode lookups." | ||
}, | ||
"RECAPACHA_SITE_KEY": { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Still misspelled in this file
docker-compose.yml
Outdated
MAPIT_URL: ${MAPIT_URL:-https://mapit.mysociety.org/} | ||
MAPIT_API_KEY: ${MAPIT_API_KEY:-} | ||
DEMOCRACYCLUB_TOKEN: ${DEMOCRACYCLUB_TOKEN:-} | ||
RECAPACHA_SITE_KEY: ${RECAPACHA_SITE_KEY:-} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
And still mispelled here
Sorry sorry - should all be fixed. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks. Didn't want that to cause some confusion down the line somewhere, if unlikely :)
Features like the donate page and election lookup need external API keys, which doesn't work nicely with the docker setup because the conf/general is recreated each time the docker is opened (rather than created).
This PR:
conf/general
file.