fixed port
This commit is contained in:
parent
72083ea20c
commit
072bebc765
@ -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,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user