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

Implement Dotenv #6

Open
3 tasks
scott-coates opened this issue Aug 15, 2022 · 0 comments
Open
3 tasks

Implement Dotenv #6

scott-coates opened this issue Aug 15, 2022 · 0 comments
Milestone

Comments

@scott-coates
Copy link

Description

If your app contains any API secrets, they must be secured by using environment variables.

Requirements

  • Create .env file.
  • Add .env file to .gitignore.
  • Create .env.example with defaults (do not store keys in this file, just environment variable names).
@scott-coates scott-coates added this to the Planning milestone Aug 15, 2022
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

No branches or pull requests

1 participant