Skip to content
This repository was archived by the owner on Nov 16, 2023. It is now read-only.

Commit 132ceb5

Browse files
Merge pull request #359 from microsoft/fb_branch
removing credentials
2 parents 2f09734 + 1475016 commit 132ceb5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.env.example

+3-3
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ MONGODB_URI=mongodb://<mlab_user>:<mlab_password>@<mlab_connection_url>
99
MONGODB_URI_LOCAL=mongodb://localhost:27017/<database>
1010

1111
# Put lots of randomness in these
12-
SESSION_SECRET=ashdfjhasdlkjfhalksdjhflak
12+
SESSION_SECRET=sessionsecret
1313

1414
# Facebook keys - register your app and get yours here: https://developers.facebook.com/
15-
FACEBOOK_ID=754220301289665
16-
FACEBOOK_SECRET=41860e58c256a3d7ad8267d3c1939a4a
15+
FACEBOOK_ID=facebookID
16+
FACEBOOK_SECRET=facebooksecret
1717

1818
# SendGrid Login - create an account with SendGrid here: https://signup.sendgrid.com/
1919
SENDGRID_USER=myusername

0 commit comments

Comments
 (0)