diff --git a/.env.example b/.env.example index 142cefe9..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=ashdfjhasdlkjfhalksdjhflak +SESSION_SECRET=sessionsecret # Facebook keys - register your app and get yours here: https://developers.facebook.com/ -FACEBOOK_ID=754220301289665 -FACEBOOK_SECRET=41860e58c256a3d7ad8267d3c1939a4a +FACEBOOK_ID=facebookID +FACEBOOK_SECRET=facebooksecret # SendGrid Login - create an account with SendGrid here: https://signup.sendgrid.com/ SENDGRID_USER=myusername