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

Add environment configuration #4

Open
iaacosta opened this issue Aug 2, 2021 · 1 comment
Open

Add environment configuration #4

iaacosta opened this issue Aug 2, 2021 · 1 comment

Comments

@iaacosta
Copy link
Contributor

iaacosta commented Aug 2, 2021

Many projects will need environment variables for projects for various purposes, such as:

  • Call the API in different environments (development, staging and production)
  • Use some sensitive key service (some maps API, sentry, other related services)

...and maybe more. This should be addressed as a configuration.

@iaacosta
Copy link
Contributor Author

iaacosta commented Aug 3, 2021

It would be ideal to use the same scheme as in Potassium apps, with .env.development, .env.test and .env.local

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant