From 5a0fe4e76609820b21b79b27c0d554485ce0ca22 Mon Sep 17 00:00:00 2001 From: Katherine Yen Date: Thu, 5 Jun 2025 11:32:57 -0400 Subject: [PATCH] Update some configuration property names in the README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8116690..b508ed5 100644 --- a/README.md +++ b/README.md @@ -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.` must be specified | The AWS region of the DynamoDB table used to store auditor state. | | `storage.dynamodb.table-name` | Exactly one `storage.` must be specified | The name of the DynamoDB table used to store auditor state. | | `storage.file.name` | Exactly one `storage.` must be specified | The name of the file used to store auditor state. |