Files
g2s-aggregator/tests/config/fixtures/config.missing_adapter.yaml
T
2026-04-18 00:58:13 +03:00

38 lines
920 B
YAML

controller:
api_prefix: "/api/v1"
service:
provider_timeout_seconds: 10.0
business_logic:
weight_round_scale: 2
provider_price_multiplier: 1.0
repository:
redis_dsn: "redis://localhost:6379/0"
price_cache_ttl_seconds: 900
tbank_payment:
init_url: "https://securepay.tinkoff.ru/v2/Init"
notification_url: "https://merchant.test/tbank/notification"
success_url: "https://merchant.test/payment/success"
auth:
terminal_key: "test-terminal-key"
password: "test-password"
postgres:
dsn: "postgresql+asyncpg://postgres:postgres@localhost:5432/missing_adapter"
address_suggestions:
country_to_provider:
RU: "dadata"
dadata:
url: "https://suggestions.dadata.ru/suggestions/api/4_1/rs/suggest/address"
api_key: "missing-adapter-dadata-key"
observability:
enabled: false
service_name: "missing-adapter-service"
otlp_endpoint: "http://collector:4317"
otlp_insecure: true