Permalink
Please sign in to comment.
Browse files
Update the Contributing guidelines with sample.env
This commit updates the contributing guidelines with a sample.env Contributors can simply make a sopy of the same instead of creating one for the private environment variables.
- Loading branch information...
46
CONTRIBUTING.md
32
sample.env
| @@ -0,0 +1,32 @@ | ||
| +MONGOHQ_URL='mongodb://localhost:27017/freecodecamp' | ||
| + | ||
| +FACEBOOK_ID=stuff | ||
| +FACEBOOK_SECRET=stuff | ||
| + | ||
| +GITHUB_ID=stuff | ||
| +GITHUB_SECRET=stuff | ||
| + | ||
| +GOOGLE_ID=stuff | ||
| +GOOGLE_SECRET=stuff | ||
| + | ||
| +LINKEDIN_ID=stuff | ||
| +LINKEDIN_SECRET=stuff | ||
| + | ||
| +MANDRILL_PASSWORD=stuff | ||
| +MANDRILL_USER=stuff | ||
| + | ||
| +TRELLO_KEY=stuff | ||
| +TRELLO_SECRET=stuff | ||
| + | ||
| +TWITTER_KEY=stuff | ||
| +TWITTER_SECRET=stuff | ||
| +TWITTER_TOKEN=stuff | ||
| +TWITTER_TOKEN_SECRET=stuff | ||
| + | ||
| +BLOGGER_KEY=stuff | ||
| + | ||
| +SESSION_SECRET=secretstuff | ||
| +COOKIE_SECRET='this is a secret' | ||
| + | ||
| +PEER=stuff | ||
| +DEBUG=true |
0 comments on commit
9f53f68