16 lines
262 B
YAML
16 lines
262 B
YAML
controller:
|
|
api_prefix: "/from-config-test-yaml"
|
|
|
|
service:
|
|
provider_timeout_seconds: 17.0
|
|
|
|
business_logic:
|
|
weight_round_scale: 2
|
|
|
|
repository:
|
|
redis_dsn: "redis://localhost:6379/0"
|
|
|
|
adapter:
|
|
cdek_client_id: "test-id"
|
|
cdek_client_secret: "test-secret"
|