Files
stocklet/deploy/configs/user.env.example
2024-04-16 22:27:52 +01:00

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