// module.exports = {
//   apps: [
//     {
//       name: 'case-psql',
//       script: 'server.js',
//       instances: 'max',
//       autorestart: true,
//       watch: false,
//       max_memory_restart: '1G',
//       env: {
//         NODE_ENV: 'production'
//       }
//     }
//   ]
// };