diff options
Diffstat (limited to 'config/auth.js')
| -rw-r--r-- | config/auth.js | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/config/auth.js b/config/auth.js new file mode 100644 index 0000000..c46c55e --- /dev/null +++ b/config/auth.js @@ -0,0 +1,7 @@ +module.exports = { + 'facebookAuth' : { + 'clientID' : '1618318315164670', + 'clientSecret' : 'b4b67801b2b37f795871ce7cc55a33cf', + 'callbackURL' : 'http://localhost:3000/auth/facebook/callback' + } +}
\ No newline at end of file |
