Files
g2s-aggregator/tests/config/fixtures/config.default.yaml
T
Раис Юсупалиев 44893e01ae Добавлен yandex geosuggest
2026-03-29 18:01:22 +03:00

35 lines
782 B
YAML

controller:
api_prefix: "/from-config-yaml"
service:
provider_timeout_seconds: 31.0
business_logic:
weight_round_scale: 2
provider_price_multiplier: 1.0
repository:
redis_dsn: "redis://localhost:6379/0"
adapter:
cdek_client_id: "yaml-id"
cdek_client_secret: "yaml-secret"
address_suggestions:
country_to_provider:
RU: "dadata"
AM: "yandex_geosuggest"
dadata:
url: "https://suggestions.dadata.ru/suggestions/api/4_1/rs/suggest/address"
api_key: "default-dadata-key"
yandex_geosuggest:
url: "https://suggest-maps.yandex.ru/v1/suggest"
api_key: "default-yandex-key"
timeout_seconds: 4.0
observability:
enabled: false
service_name: "default-config-service"
otlp_endpoint: "http://default-collector:4317"
otlp_insecure: true