feat: add email ejs template route
This commit is contained in:
@@ -1,13 +1,16 @@
|
||||
module.exports = {
|
||||
apps: [
|
||||
{
|
||||
name: 'mx-server',
|
||||
script: 'index.js',
|
||||
name: 'mx-space-server@next',
|
||||
script: 'dist/src/main.js',
|
||||
autorestart: true,
|
||||
exec_mode: 'cluster',
|
||||
watch: false,
|
||||
instances: 2,
|
||||
max_memory_restart: '230M',
|
||||
env: {
|
||||
NODE_ENV: 'production',
|
||||
},
|
||||
},
|
||||
],
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user