mirror of
https://github.com/Litlyx/litlyx
synced 2025-12-10 07:48:37 +01:00
14 lines
318 B
JavaScript
14 lines
318 B
JavaScript
module.exports = {
|
|
apps: [
|
|
{
|
|
name: 'security',
|
|
exec_mode: 'fork',
|
|
script: './dist/security/src/index.js',
|
|
env: {
|
|
MONGO_CONNECTION_STRING: "",
|
|
EMAIL_SERVICE: "",
|
|
BREVO_API_KEY: ""
|
|
}
|
|
}
|
|
]
|
|
} |