mirror of
https://github.com/Litlyx/litlyx
synced 2025-12-10 07:48:37 +01:00
add ecosystem
This commit is contained in:
14
security/ecosystem.config.example.cjs
Normal file
14
security/ecosystem.config.example.cjs
Normal 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: ""
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user