Browse Source

.env 파일

master
songwritersg 1 week ago
parent
commit
1f99146cef
  1. 2
      ecosystem.config.js

2
ecosystem.config.js

@ -2,7 +2,7 @@ module.exports = {
apps: [ apps: [
{ {
name: "intelligence-security", name: "intelligence-security",
script: "./dist/server.js",
script: "./dist-server/server.js",
watch: false, watch: false,
env: { env: {
NODE_ENV: "production", NODE_ENV: "production",

Loading…
Cancel
Save