readme: fix formatting (#6775)

## What changed?
Fixed README formatting

## Why?
It didn't render correctly, which made it confusing to read.

## How did you test it?
n/a

## Potential risks
n/a

## Documentation


## Is hotfix candidate?
No
This commit is contained in:
Kevin Woo
2024-11-07 16:22:05 -08:00
committed by GitHub
parent 282b5f508d
commit ef9c2e6e1f

View File

@@ -1,16 +1,17 @@
Use `development-*.yaml` file to override the default dynamic config value (they are specified
when creating the service config).
Each key can have zero or more values and each value can have zero or more
constraints. There are only three types of constraint:
1. namespace: string
2. taskQueueName: string
3. taskType: int (1:Workflow, 2:Activity)
Each key can have zero or more values and each value can have zero or more constraints.
There are only three types of constraint:
- `namespace: string`
- `taskQueueName: string`
- `taskType: int` (1:Workflow, 2:Activity)
A value will be selected and returned if all its has exactly the same constraints
as the ones specified in query filters (including the number of constraints).
Please use the following format:
```
```yaml
testGetBoolPropertyKey:
- value: false
- value: true