Skip to content

Commit b22637d

Browse files
author
rtkay123
committed
chore: update lib and add log context
1 parent 7a5f3ac commit b22637d

File tree

6 files changed

+338
-54
lines changed

6 files changed

+338
-54
lines changed

.env.template

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ NODE_TLS_REJECT_UNAUTHORIZED='0'
33
FUNCTION_NAME=transaction-aggregation-decisioning-processor
44
NODE_ENV=production
55
SERVER_URL=0.0.0.0:4222
6+
SIDECAR_HOST=0.0.0.0:4222
67

78
# Redis
89
REDIS_DB=0

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ ENV STREAM_SUBJECT=
9191
ENV ACK_POLICY=Explicit
9292
ENV PRODUCER_STORAGE=File
9393
ENV PRODUCER_RETENTION_POLICY=Workqueue
94+
ENV SIDECAR_HOST=0.0.0.0:5000
9495

9596

9697

0 commit comments

Comments
 (0)