mirror of
https://github.com/3ybactuk/marketplace-go-service-project.git
synced 2025-10-30 05:53:45 +03:00
20 lines
231 B
YAML
20 lines
231 B
YAML
service:
|
|
host: localhost
|
|
port: 8080
|
|
workers: 5
|
|
|
|
jaeger:
|
|
host: localhost
|
|
port: 6831
|
|
|
|
product_service:
|
|
host: localhost
|
|
port: 8082
|
|
token: testToken
|
|
limit: 10
|
|
burst: 10
|
|
|
|
loms_service:
|
|
host: localhost
|
|
port: 8083
|