From d36df34817acb9625315b3f9f93439473576b2b9 Mon Sep 17 00:00:00 2001 From: David Baldwynn Date: Sun, 9 Apr 2017 15:49:56 -0700 Subject: [PATCH] Update production.js --- config/env/production.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/env/production.js b/config/env/production.js index 0e047166..3ff9ed67 100755 --- a/config/env/production.js +++ b/config/env/production.js @@ -18,7 +18,7 @@ module.exports = { } }, sessionCookie: { - domain: process.env.BASE_URL || 'tellform.com' + #domain: process.env.BASE_URL || 'tellform.com' }, assets: { bower_js: 'public/dist/vendor.min.js',