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 .env.example file #2

Open
dhairyaostwal opened this issue Jan 20, 2023 · 0 comments
Open

Add .env.example file #2

dhairyaostwal opened this issue Jan 20, 2023 · 0 comments
Labels
documentation Improvements or additions to documentation good first issue Good for newcomers

Comments

@dhairyaostwal
Copy link
Member

.env is simply used to store all sensitive files like password API key, database,and so on as environment variables to be used in your code later this sensitive files are not included in the code base and will not be there when been pushed to git. .env.example This is a file that tells other programmer what is meant to be in there code when your code is cloned or been used by another user.

Example .env API_KEY="hwhhwhshs6585gahwhgwuwjwusuhs"

.env.example API_KEY="YOUR API KEY GOES HERE"

@dhairyaostwal dhairyaostwal added documentation Improvements or additions to documentation good first issue Good for newcomers labels Jan 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant