From e6dd088abe335a4deabb8f9a90dd39c5cbd79008 Mon Sep 17 00:00:00 2001 From: Athou Date: Sun, 18 Aug 2024 17:00:56 +0200 Subject: [PATCH] fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 56c49a24..18a292bc 100644 --- a/README.md +++ b/README.md @@ -80,7 +80,7 @@ the `data` directory of the current directory. To use a different database, you will need to configure the following properties: -- `quarkus.datasource.jdbc-url` +- `quarkus.datasource.jdbc.url` - e.g. for H2: `jdbc:h2:./data/db;DEFRAG_ALWAYS=TRUE` - e.g. for PostgreSQL: `jdbc:postgresql://localhost:5432/commafeed` - e.g. for MySQL: