-
Notifications
You must be signed in to change notification settings - Fork 19
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
Use environment variables for API KEY and PROJECT ID #14
Comments
I think we should add an |
@avinashupadhya99 can you please explain this issue.Like i have used the .env file in my projects. About .env.example can you explain in detail please ? |
The
This is used as a reference to creating the .env since the .env file will not be commited to the repo. |
I would like to help out with this issue. Can you assign it to me? |
@avinashupadhya99 Can you Please assign me this issue? I will do that. |
Using environment variables for API KEY and PROJECT ID makes it not secure but also makes it easy for people wanting to try out this project. There can be a
.env.example
file which has empty values for the environment variables. The person setting up the project can justcp .env.example .env
and fill in the appropriate values.The text was updated successfully, but these errors were encountered: