Sn25 / ecosystem.config.js
schampoux's picture
pm2 config
5716b29
raw
history blame
326 Bytes
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',
},
},
],
};