fix(runtime): harden smoke and credential boundaries
This commit is contained in:
@@ -1,7 +1,14 @@
|
||||
const path = require('node:path');
|
||||
|
||||
const root = process.env.GATEWAY_WORKSPACE_ROOT || '/srv/core/repository';
|
||||
const common = { env: { ...process.env }, autorestart: true, kill_timeout: 15000 };
|
||||
const common = {
|
||||
env: { ...process.env },
|
||||
autorestart: true,
|
||||
max_restarts: 5,
|
||||
min_uptime: 10000,
|
||||
restart_delay: 2000,
|
||||
kill_timeout: 15000,
|
||||
};
|
||||
|
||||
module.exports = {
|
||||
apps: [
|
||||
|
||||
Reference in New Issue
Block a user