Files
litlyx/security/ecosystem.config.example.cjs
2024-09-26 15:53:00 +02:00

14 lines
322 B
JavaScript

module.exports = {
apps: [
{
name: 'security',
exec_mode: 'fork',
script: './.output/security/src/index.mjs',
env: {
MONGO_CONNECTION_STRING: "",
EMAIL_SERVICE: "",
BREVO_API_KEY: ""
}
}
]
}