fixed port

This commit is contained in:
David Baldwynn 2016-04-12 01:55:10 -04:00
parent 72083ea20c
commit 072bebc765

View File

@ -149,9 +149,10 @@ module.exports = function(grunt) {
secure: { secure: {
NODE_ENV: 'secure', NODE_ENV: 'secure',
}, },
default: { production: {
NODE_ENV: 'production'
},
src: '/opt/deploy/.env' src: '/opt/deploy/.env'
}
}, },
mochaTest: { mochaTest: {
src: watchFiles.serverTests, src: watchFiles.serverTests,