Add gorgias component and services
This commit is contained in:
@@ -129,6 +129,22 @@ module.exports = {
|
||||
NODE_ENV: 'production',
|
||||
PORT: 3005
|
||||
}
|
||||
},
|
||||
{
|
||||
name: "gorgias-server",
|
||||
script: "./gorgias-server/server.js",
|
||||
env: {
|
||||
NODE_ENV: "development",
|
||||
PORT: 3006
|
||||
},
|
||||
env_production: {
|
||||
NODE_ENV: "production",
|
||||
PORT: 3006
|
||||
},
|
||||
error_file: "./logs/gorgias-server-error.log",
|
||||
out_file: "./logs/gorgias-server-out.log",
|
||||
log_file: "./logs/gorgias-server-combined.log",
|
||||
time: true
|
||||
}
|
||||
]
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user