add ecosystem

This commit is contained in:
Emily
2024-09-26 15:51:59 +02:00
parent 3b1ee0fd13
commit 375330bac4
3 changed files with 14 additions and 389 deletions

View File

@@ -0,0 +1,14 @@
module.exports = {
apps: [
{
name: 'security',
exec_mode: 'fork',
script: './.output/security/index.mjs',
env: {
MONGO_CONNECTION_STRING: "",
EMAIL_SERVICE: "",
BREVO_API_KEY: ""
}
}
]
}