Remove cookie domain from development config

This commit is contained in:
David Baldwynn 2017-04-09 15:50:18 -07:00 committed by GitHub
parent d36df34817
commit 96429599c1

View file

@ -20,7 +20,7 @@ module.exports = {
}
},
sessionCookie: {
domain: process.env.BASE_URL || 'http://localhost:3000'
#domain: process.env.BASE_URL || 'http://localhost:3000'
},
facebook: {
clientID: process.env.FACEBOOK_ID || 'APP_ID',