Sn25 / ecosystem.config.js
schampoux's picture
changes
531e6a3
raw
history blame
300 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',
},
},
],
};