mirror of
https://github.com/3ybactuk/marketplace-go-service-project.git
synced 2025-10-30 14:03:45 +03:00
30 lines
426 B
YAML
30 lines
426 B
YAML
service:
|
|
host: "[::]"
|
|
grpc_port: 8083
|
|
http_port: 8084
|
|
log_level: trace
|
|
|
|
jaeger:
|
|
host: localhost
|
|
port: 6831
|
|
|
|
db_master:
|
|
host: postgres-master
|
|
port: 5432
|
|
user: user
|
|
password: password
|
|
db_name: route256
|
|
|
|
db_replica:
|
|
host: postgres-replica
|
|
port: 5432
|
|
user: user
|
|
password: password
|
|
db_name: route256
|
|
|
|
kafka:
|
|
host: localhost
|
|
port: 29092
|
|
order_topic: loms.order-events
|
|
brokers: localhost:9092
|