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