From 1475016add4a943405596f2a2b665989a2f9a6fe Mon Sep 17 00:00:00 2001 From: Brittany Randolph <49353979+brittanydrandolph@users.noreply.github.com> Date: Mon, 13 Jun 2022 15:07:06 -0700 Subject: [PATCH] removing credentials --- .env.example | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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