Skip to content
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

Fix template env variable naming #6

Open
wants to merge 1 commit into
base: 22-fixes
Choose a base branch
from

Conversation

hty8
Copy link

@hty8 hty8 commented Dec 7, 2020

When I tried to use this template env file to create my own environment variables, I encountered the issue of non-matching variable naming between the env file and the settings.py, realized that here STRIPE_PUBLISH_KEY was used instead of STRIPE_PUBLIC_KEY. This commit changes this and fixes the faulty naming to the correct one.

When I tried to use this template env file to create my own environment variables, I encountered the issue of non-matching variable naming between the env file and the settings.py, realized that here `STRIPE_PUBLISH_KEY` was used instead of `STRIPE_PUBLIC_KEY`. This commit changes this and fixes the faulty naming to the correct one.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant