change .env in gruntfile
This commit is contained in:
parent
a1a5f9aa0a
commit
e3ee6b6288
1 changed files with 1 additions and 2 deletions
|
@ -155,9 +155,8 @@ NODE_ENV: 'test',
|
|||
},
|
||||
dev: {
|
||||
NODE_ENV: 'development',
|
||||
src: '/opt/deploy/.env'
|
||||
src: '.env'
|
||||
},
|
||||
src: '.env'
|
||||
},
|
||||
mochaTest: {
|
||||
src: watchFiles.serverTests,
|
||||
|
|
Loading…
Reference in a new issue