This commit is contained in:
Athou
2024-08-18 17:00:56 +02:00
parent c039d8f3a4
commit e6dd088abe

View File

@@ -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: