change base url name

This commit is contained in:
Morgante Pell
2013-01-03 03:12:36 -05:00
parent 841c789033
commit dffcba9c5c
+1 -1
View File
@@ -47,7 +47,7 @@ strategies =
clientID: process.env.FACEBOOK_KEY
clientSecret: process.env.FACEBOOK_SECRET
options =
domain: process.env.NODE_BASE || 'http://localhost:3000'
domain: process.env.BASE_URL || 'http://localhost:3000'
allowPurl: true
schema: require('../app/schema').newUserObject()