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

Commits on Dec 7, 2020

  1. Fix template env variable naming

    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.
    hty8 authored Dec 7, 2020
    Configuration menu
    Copy the full SHA
    146ff02 View commit details
    Browse the repository at this point in the history