diff --git a/producer/.gitignore b/producer/.gitignore index 68928da..506ca4b 100644 --- a/producer/.gitignore +++ b/producer/.gitignore @@ -1,3 +1,7 @@ node_modules +static +ecosystem.config.cjs +dist start_dev.js -dist \ No newline at end of file +package-lock.json +build_all.bat \ No newline at end of file diff --git a/producer/ecosystem.config.cjs b/producer/ecosystem.config.cjs deleted file mode 100644 index 6c5c667..0000000 --- a/producer/ecosystem.config.cjs +++ /dev/null @@ -1,17 +0,0 @@ -module.exports = { - apps: [ - { - name: 'Producer', - port: '3000', - exec_mode: 'fork', - script: './dist/producer/src/index.js', - env: { - PORT: "8088", - REDIS_URL: "redis://litlyx.com", - REDIS_USERNAME: "default", - REDIS_PASSWORD: "cameriera", - STREAM_NAME: "lib-events" - } - } - ] -} \ No newline at end of file