parent
917d965f88
commit
4f49daee8d
@ -0,0 +1,14 @@
|
||||
module.exports = {
|
||||
apps : [{
|
||||
name : "azure-gpt-api",
|
||||
script: 'dist/',
|
||||
watch: true,
|
||||
watch_delay: 1000,
|
||||
watch : "dist",
|
||||
// ignore_watch : ["node_modules"],
|
||||
exec_mode: "cluster",
|
||||
instances: 4,
|
||||
max_memory_restart: "1G",
|
||||
log_date_format: "YYYY-MM-DD HH:mm:ss Z",
|
||||
}]
|
||||
};
|
||||
Loading…
Reference in new issue