update consumers

This commit is contained in:
Emily
2024-09-18 17:57:25 +02:00
parent 0be3dbecbf
commit 628e471cec
10 changed files with 953 additions and 5 deletions

View File

@@ -0,0 +1,19 @@
module.exports = {
apps: [
{
name: 'consumer-limits',
exec_mode: 'fork',
script: './dist/consumer-limits/src/index.js',
env: {
EMAIL_SERVICE: "",
BREVO_API_KEY: "",
MONGO_CONNECTION_STRING: "",
REDIS_URL: "",
REDIS_USERNAME: "",
REDIS_PASSWORD: "",
STREAM_NAME: "",
GROUP_NAME: ""
}
}
]
}