module.exports = {
    apps: [
        {
            name: "intelligence-security",
            script: "./dist/server.js",
            watch: false,
            env: {
                NODE_ENV: "production",
                PORT: 3070
            }
        }
    ]
};