1
0
mirror of https://github.com/hexolan/stocklet.git synced 2026-05-20 19:49:26 +01:00
Files
stocklet/deploy/configs/payment.env.example
T
2024-04-16 22:27:52 +01:00

10 lines
171 B
Bash

MODE=dev
PG_DB=postgres
PG_USER=postgres
PG_PASS=postgres
PG_HOST=payment-service-postgres
PG_PORT=5432
KAFKA_BROKERS=kafka:19092
OTEL_COLLECTOR_GRPC=otel-collector:4317