mirror of
https://github.com/Litlyx/litlyx
synced 2025-12-10 15:58:38 +01:00
update consumers
This commit is contained in:
19
consumer-limits/ecosystem.config.example.cjs
Normal file
19
consumer-limits/ecosystem.config.example.cjs
Normal 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: ""
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user