module.exports = {
'apps' : [{
'name': 'Blocklist',
'script': './server.js',
'watch': './updated.txt'
}]
};