22 lines
343 B
YAML
22 lines
343 B
YAML
controller:
|
|
api_prefix: "/from-config-yaml"
|
|
|
|
service:
|
|
provider_timeout_seconds: 31.0
|
|
|
|
business_logic:
|
|
weight_round_scale: 2
|
|
|
|
repository:
|
|
redis_dsn: "redis://localhost:6379/0"
|
|
|
|
adapter:
|
|
cdek_client_id: "yaml-id"
|
|
cdek_client_secret: "yaml-secret"
|
|
|
|
observability:
|
|
service_name: "from-config-yaml"
|
|
|
|
alerts:
|
|
telegram_enabled: false
|