mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-09 18:44:16 +00:00
delete unused
This commit is contained in:
parent
b0ad1699cf
commit
0f0156df84
@ -1,75 +0,0 @@
|
|||||||
module.exports = {
|
|
||||||
apps: [
|
|
||||||
{
|
|
||||||
name: "main_api",
|
|
||||||
script: "./dist/index.js",
|
|
||||||
instances: "max",
|
|
||||||
exec_mode: "cluster",
|
|
||||||
env: {
|
|
||||||
"NODE_ENV": "production",
|
|
||||||
"HTTP_LISTEN_PORT": 5000,
|
|
||||||
"LOG_REQUESTS": true,
|
|
||||||
},
|
|
||||||
node_args: "-r dotenv/config",
|
|
||||||
cwd: "./packages/server"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
name: "chat_api",
|
|
||||||
script: "./dist/index.js",
|
|
||||||
// instances: "max",
|
|
||||||
// exec_mode: "cluster",
|
|
||||||
env: {
|
|
||||||
"NODE_ENV": "production",
|
|
||||||
"HTTP_LISTEN_PORT": 5001,
|
|
||||||
},
|
|
||||||
node_args: "-r dotenv/config",
|
|
||||||
cwd: "./packages/chat_server"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
name: "marketplace_api",
|
|
||||||
script: "./dist/index.js",
|
|
||||||
// instances: "max",
|
|
||||||
// exec_mode: "cluster",
|
|
||||||
env: {
|
|
||||||
"NODE_ENV": "production",
|
|
||||||
"HTTP_LISTEN_PORT": 5002,
|
|
||||||
},
|
|
||||||
node_args: "-r dotenv/config",
|
|
||||||
cwd: "./packages/marketplace_server"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
name: "music_api",
|
|
||||||
script: "./dist/index.js",
|
|
||||||
// instances: "max",
|
|
||||||
// exec_mode: "cluster",
|
|
||||||
env: {
|
|
||||||
"NODE_ENV": "production",
|
|
||||||
"HTTP_LISTEN_PORT": 5003,
|
|
||||||
},
|
|
||||||
node_args: "-r dotenv/config",
|
|
||||||
cwd: "./packages/music_server"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
name: "file_api",
|
|
||||||
script: "./dist/index.js",
|
|
||||||
// instances: "max",
|
|
||||||
// exec_mode: "cluster",
|
|
||||||
env: {
|
|
||||||
"NODE_ENV": "production",
|
|
||||||
"HTTP_LISTEN_PORT": 5004,
|
|
||||||
},
|
|
||||||
node_args: "-r dotenv/config",
|
|
||||||
cwd: "./packages/file_server"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
name: "sync_api",
|
|
||||||
script: "./dist/index.js",
|
|
||||||
env: {
|
|
||||||
"NODE_ENV": "production",
|
|
||||||
"HTTP_LISTEN_PORT": 5005,
|
|
||||||
},
|
|
||||||
node_args: "-r dotenv/config",
|
|
||||||
cwd: "./packages/sync_server"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
}
|
|
Loading…
x
Reference in New Issue
Block a user