mirror of
https://github.com/3ybactuk/marketplace-go-service-project.git
synced 2025-10-30 22:13:44 +03:00
[hw-1] implement cart service
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user