aboutsummaryrefslogtreecommitdiff
path: root/config/auth.js
diff options
context:
space:
mode:
authorkumar <kumar.damani@mail.utoronto.ca>2016-07-27 16:50:38 +0000
committerkumar <kumar.damani@mail.utoronto.ca>2016-07-27 16:50:38 +0000
commit07605fceb7244032ea1601b1bf3bbc13c2b796c1 (patch)
tree43913e761c4d2acfce2e4430cec86a828bfbef1a /config/auth.js
parenta1e3012ca088d9e6ff2cce65aa1c30c74c11194f (diff)
undoing that last change
Diffstat (limited to 'config/auth.js')
-rw-r--r--config/auth.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/auth.js b/config/auth.js
index 9b171a1..c46c55e 100644
--- a/config/auth.js
+++ b/config/auth.js
@@ -2,6 +2,6 @@ module.exports = {
'facebookAuth' : {
'clientID' : '1618318315164670',
'clientSecret' : 'b4b67801b2b37f795871ce7cc55a33cf',
- 'callbackURL' : 'http://frozen-springs-49303.herokuapp.com/auth/facebook/callback'
+ 'callbackURL' : 'http://localhost:3000/auth/facebook/callback'
}
} \ No newline at end of file