mirror of
https://github.com/hexolan/stocklet.git
synced 2026-03-26 11:41:18 +00:00
chore: initial commit
This commit is contained in:
12
deploy/configs/user.env.example
Normal file
12
deploy/configs/user.env.example
Normal file
@@ -0,0 +1,12 @@
|
||||
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
|
||||
Reference in New Issue
Block a user