mirror of
https://github.com/Litlyx/litlyx
synced 2025-12-10 07:48:37 +01:00
fix gitignore
This commit is contained in:
6
producer/.gitignore
vendored
6
producer/.gitignore
vendored
@@ -1,3 +1,7 @@
|
||||
node_modules
|
||||
static
|
||||
ecosystem.config.cjs
|
||||
dist
|
||||
start_dev.js
|
||||
dist
|
||||
package-lock.json
|
||||
build_all.bat
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user