Changed config path for server to use local env files.

This commit is contained in:
Patrick Fic
2020-05-06 17:17:49 -07:00
parent 54320cc53c
commit 33bbcc8c95
12 changed files with 75 additions and 41 deletions

View File

@@ -3,6 +3,7 @@ module.exports = {
{
name: "ImEX Online API",
script: "./server.js",
watch: true,
env: {
NODE_ENV: "production",
},