Governed substrate for autonomous agents: scoped identity (passports), audited actions, MCP workspace. Infra IPs and secrets redacted for public release.
12 lines
230 B
JavaScript
12 lines
230 B
JavaScript
module.exports = {
|
|
apps: [{
|
|
name: 'deploy-bot',
|
|
script: 'bot.js',
|
|
cwd: '/root/production/business-crm/deploy-bot',
|
|
env: {
|
|
NODE_ENV: 'production'
|
|
},
|
|
restart_delay: 5000,
|
|
max_restarts: 10
|
|
}]
|
|
};
|