diff --git a/.env.example b/.env.example index 7e5aeaad..a02258ab 100644 --- a/.env.example +++ b/.env.example @@ -9,11 +9,11 @@ MONGODB_URI=mongodb://:@ MONGODB_URI_LOCAL=mongodb://localhost:27017/ # Put lots of randomness in these -SESSION_SECRET=***REMOVED*** +SESSION_SECRET=sessionsecret # Facebook keys - register your app and get yours here: https://developers.facebook.com/ -FACEBOOK_ID=***REMOVED*** -FACEBOOK_SECRET=***REMOVED*** +FACEBOOK_ID=facebookID +FACEBOOK_SECRET=facebooksecret # SendGrid Login - create an account with SendGrid here: https://signup.sendgrid.com/ SENDGRID_USER=myusername