Merge branch 'master' of github.com:lefnire/habitrpg

This commit is contained in:
Tyler Renelle 2013-01-03 09:47:59 -05:00
commit b85c227488

View file

@ -47,7 +47,7 @@ strategies =
clientID: process.env.FACEBOOK_KEY
clientSecret: process.env.FACEBOOK_SECRET
options =
domain: (if process.env.NODE_ENV == 'production' then 'https://habitrpg.com' else "http://localhost:3000")
domain: process.env.BASE_URL || 'http://localhost:3000'
allowPurl: true
schema: require('../app/schema').userSchema()