From fec6456eaaec0ea5b1d074c6bb596433c9b3911f Mon Sep 17 00:00:00 2001 From: David Walluck Date: Wed, 28 Aug 2024 11:15:14 -0400 Subject: [PATCH] Format tables (#678) --- README.md | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 245237e4..e6ee45fd 100644 --- a/README.md +++ b/README.md @@ -65,21 +65,21 @@ keys listed below. They can be defined by setting the configuration key in: - `.env` file in the working directory - `application.properties` file -|Configuration Key|Description|Example| -|-----------------|-----------|-------| -|koji.hub.url|The Koji Hub URL to find builds|http://brewhub.localhost/brewhub| -|koji.web.url|The Koji Web URL|http://brewweb.localhost/brew| -|pnc.url|The PNC URL to find builds|http://pnc.localhost| -|infinispan.mode|Define whether to use Infinispan in `EMBEDDED` (default) or `REMOTE`|`EMBEDDED`| +| Configuration Key | Description | Example | +|-------------------|----------------------------------------------------------------------|----------------------------------| +| koji.hub.url | The Koji Hub URL to find builds | http://brewhub.localhost/brewhub | +| koji.web.url | The Koji Web URL | http://brewweb.localhost/brew | +| pnc.url | The PNC URL to find builds | http://pnc.localhost | +| infinispan.mode | Define whether to use Infinispan in `EMBEDDED` (default) or `REMOTE` | `EMBEDDED` | ### Remote Infinispan If the `infinispan.mode` is set to `REMOTE`, the following configuration keys need to be defined: -|Configuration Key|Description|Example| -|-----------------|-----------|-------| -|quarkus.infinispan-client.server-list|Comma-delimited Infinispan server list (\[:\])|localhost:11222| -|quarkus.infinispan-client.auth-username|Username for the Infinispan server|admin| -|quarkus.infinispan-client.auth-password|Password for the Infinispan server|password| +| Configuration Key | Description | Example | +|-----------------------------------------|----------------------------------------------------------------|-----------------| +| quarkus.infinispan-client.server-list | Comma-delimited Infinispan server list (\[:\]) | localhost:11222 | +| quarkus.infinispan-client.auth-username | Username for the Infinispan server | admin | +| quarkus.infinispan-client.auth-password | Password for the Infinispan server | password | The following caches also need to be present in the Infinispan server: