Initial import
This commit is contained in:
commit
ab891a315c
773 changed files with 257255 additions and 0 deletions
14
ecosystem.config.cjs
Normal file
14
ecosystem.config.cjs
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
module.exports = {
|
||||
apps: [
|
||||
{
|
||||
name: "content-editor-v2",
|
||||
script: "server.js",
|
||||
cwd: process.env.APP_DIR || __dirname,
|
||||
env: {
|
||||
NODE_ENV: "production",
|
||||
PORT: Number(process.env.PORT) || 5180,
|
||||
CONTENT_ROOT: process.env.CONTENT_ROOT || "content"
|
||||
}
|
||||
}
|
||||
]
|
||||
};
|
||||
Loading…
Add table
Add a link
Reference in a new issue