Skip to content

Commit

Permalink
fix: Typo in readme. Closes #352 (#353)
Browse files Browse the repository at this point in the history
Co-authored-by: Branislav Kalas <[email protected]>
  • Loading branch information
bkalas and Branislav Kalas authored Sep 27, 2024
1 parent 4cb8cfc commit 8b23f08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ The JBeret Quarkus extension supports the following configuration:

| Name | Type | Default |
|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------|----------------------------|
| `quarkus.jberet.repository`<br>The repository type to store JBeret and Job data. A `jdbc` type requires a JDBC datasource. | `in-memory`, `jdbc` | `in-memory` |
| `quarkus.jberet.repository.type`<br>The repository type to store JBeret and Job data. A `jdbc` type requires a JDBC datasource. | `in-memory`, `jdbc` | `in-memory` |
| `quarkus.jberet.repository.jdbc.datasource`<br>The datasource name. | string | `<default>` |
| `quarkus.jberet.repository.jdbc.ddl-file`<br>Custom DDL file resource for JBeret tables creation; if using `custom table names` please also set `sql-filename` property to propagate table names. | string | |
| `quarkus.jberet.repository.jdbc.sql-file`<br>Custom queries to be used to query JBeret tables; this is mandatory if custom table names are used in custom DDL filename. | string | |
Expand Down

0 comments on commit 8b23f08

Please sign in to comment.