Update some configuration property names in the README

This commit is contained in:
Katherine Yen 2025-06-05 11:32:57 -04:00
parent 3b36d3dbcf
commit 5a0fe4e766

View File

@ -44,8 +44,8 @@ The table below describes the [configuration](https://docs.micronaut.io/latest/g
| `auditor.interval` | no | The time interval at which the auditor job should run to process key transparency updates. Defaults to 1 minute. |
| `auditor.signature.interval` | no | The interval at which the auditor should send a signed tree head to the key transparency service, in duration. Defaults to 1 hour. |
| `auditor.signature.page-size` | no | The interval at which the auditor should send a signed tree head to the key transparency service, in number of updates. Defaults to 1,000,000. |
| `auditor.key-transparency-service-host` | yes | The hostname of the key transparency service. |
| `auditor.key-transparency-service-port` | yes | The port to connect to for the key transparency service. |
| `auditor.key-transparency-host` | yes | The hostname of the key transparency service. |
| `auditor.key-transparency-port` | yes | The port to connect to for the key transparency service. |
| `storage.dynamodb.region` | Exactly one `storage.<type>` must be specified | The AWS region of the DynamoDB table used to store auditor state. |
| `storage.dynamodb.table-name` | Exactly one `storage.<type>` must be specified | The name of the DynamoDB table used to store auditor state. |
| `storage.file.name` | Exactly one `storage.<type>` must be specified | The name of the file used to store auditor state. |