mirror of
https://github.com/hexolan/stocklet.git
synced 2026-03-26 11:41:18 +00:00
10 lines
171 B
Plaintext
10 lines
171 B
Plaintext
MODE=dev
|
|
|
|
PG_DB=postgres
|
|
PG_USER=postgres
|
|
PG_PASS=postgres
|
|
PG_HOST=product-service-postgres
|
|
PG_PORT=5432
|
|
|
|
KAFKA_BROKERS=kafka:19092
|
|
OTEL_COLLECTOR_GRPC=otel-collector:4317 |