mirror of
https://github.com/imsyy/DailyHotApi.git
synced 2026-01-12 05:04:56 +08:00
16 lines
253 B
JavaScript
16 lines
253 B
JavaScript
module.exports = {
|
|
apps: [{
|
|
name: 'daily-news',
|
|
script: 'npm',
|
|
args: 'start',
|
|
instances: 1,
|
|
autorestart: true,
|
|
watch: false,
|
|
max_memory_restart: '1G',
|
|
env: {
|
|
NODE_ENV: 'development',
|
|
PORT: 6688
|
|
}
|
|
}]
|
|
}
|