6 changed files with 64 additions and 5 deletions
-
1.env.sample
-
4.gitignore
-
24dist/index.html
-
13ecosystem.config.js
-
3src-server/email.ts
-
24src/html/index.html
@ -0,0 +1 @@ |
|||
MAIL_TO="songwritersg@naver.com" |
@ -0,0 +1,13 @@ |
|||
module.exports = { |
|||
apps: [ |
|||
{ |
|||
name: "intelligence-security", |
|||
script: "./dist/server.js", |
|||
watch: false, |
|||
env: { |
|||
NODE_ENV: "production", |
|||
PORT: 3070 |
|||
} |
|||
} |
|||
] |
|||
}; |
Write
Preview
Loading…
Cancel
Save
Reference in new issue