fixed configuration syntax error

This commit is contained in:
David Baldwynn 2017-04-10 16:13:02 -07:00
parent 6adf7b169e
commit 18cde5213d
No known key found for this signature in database
GPG key ID: 15D1C13202224A9B
3 changed files with 2 additions and 3 deletions

View file

@ -146,7 +146,6 @@ exports.read = function(req, res) {
}); });
} }
var newForm = req.form.toJSON(); var newForm = req.form.toJSON();
newForm.submissions = _submissions; newForm.submissions = _submissions;

View file

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

View file

@ -18,7 +18,7 @@ module.exports = {
} }
}, },
sessionCookie: { sessionCookie: {
#domain: process.env.BASE_URL || 'tellform.com' //domain: process.env.BASE_URL || 'tellform.com'
}, },
assets: { assets: {
bower_js: 'public/dist/vendor.min.js', bower_js: 'public/dist/vendor.min.js',