Initial commit
This commit is contained in:
@@ -0,0 +1,25 @@
|
||||
module.exports = {
|
||||
apps: [
|
||||
{
|
||||
name: "iciv",
|
||||
script: ".next/standalone/server.js",
|
||||
instances: 4,
|
||||
exec_mode: "cluster",
|
||||
env: {
|
||||
NODE_ENV: "production",
|
||||
NEXTAUTH_SECRET: "ARcy7zqFmEXBStnMf6T8uVWyvHfKcFdfCgjVzGjFCZo=",
|
||||
MONGODB_URI: "mongodb://localhost:27017/course-plat",
|
||||
STORAGE_TYPE: "local",
|
||||
PORT: 3000,
|
||||
NEXTAUTH_URL: "https://inglescomideiasvivas.com.br",
|
||||
},
|
||||
error_file: "/var/log/iciv/err.log",
|
||||
out_file: "/var/log/iciv/out.log",
|
||||
merge_logs: true,
|
||||
time: true,
|
||||
max_memory_restart: "700M",
|
||||
kill_timeout: 5000,
|
||||
listen_timeout: 5000,
|
||||
},
|
||||
],
|
||||
};
|
||||
Reference in New Issue
Block a user