File size: 300 Bytes
5716b29
0872630
 
 
 
 
 
 
 
 
5716b29
0872630
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
module.exports = {
  apps: [
    {
      name: 'hf-dashboard-api',   
      script: '/home/spunion/Sn25/api.py',   
      interpreter: '/home/spunion/Sn25/venv/bin/python', 
      autorestart: true,    
      watch: false,         
      env: {
        NODE_ENV: 'production',
      },
    },
  ],
};