[hw-1] implement cart service

This commit is contained in:
Никита Шубин
2025-05-25 15:49:17 +00:00
parent 3d3f10647b
commit 5077f04b0c
28 changed files with 1151 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
service:
host: localhost
port: 8080
log_level: trace
workers: 5
jaeger:
@@ -8,7 +8,7 @@ jaeger:
port: 6831
product_service:
host: localhost
host: product-service
port: 8082
token: testToken
limit: 10