Skip to content

Commit

Permalink
Update ecosystem.config.js
Browse files Browse the repository at this point in the history
  • Loading branch information
trkyshorty committed Dec 28, 2022
1 parent e6448e1 commit 9cb73b3
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions ecosystem.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,11 @@ module.exports = {
{
name: 'radioju-api',
script: 'src/bin/www',
watch: false,
instances: 1,
autorestart: true,
time: false,
watch: false,
time: true,
node_args: '--require dotenv/config',
env: {
NODE_ENV: 'production',
},
Expand Down

0 comments on commit 9cb73b3

Please sign in to comment.