From 5c7e89c226ddb14cc9318041641b991a52a15654 Mon Sep 17 00:00:00 2001 From: Chris Date: Wed, 7 Feb 2024 16:53:56 +0100 Subject: [PATCH] docs: fix url parameters in readme --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a2dfbad..e94aef4 100644 --- a/README.md +++ b/README.md @@ -71,10 +71,10 @@ mongodb: Then supply the connection details in the `config` section (or specifically per service): ```yaml config: - databaseURL: "postgres://..." - redisURL: "redis://..." + databaseUrl: "postgres://..." + redisUrl: "redis://..." kafkaBootstrapServers: "kafka:9092,..." - mongodbURL: "mongodb://..." + mongodbUrl: "mongodb://..." ``` ## Configuration Options