Skip to content

Commit

Permalink
Take into account quarkusio#11744 (auto-escaping of YAML keys)
Browse files Browse the repository at this point in the history
  • Loading branch information
yrodiere committed Aug 31, 2020
1 parent 5d08aa2 commit aee141b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docs/src/main/asciidoc/config.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -752,7 +752,8 @@ You should decide and keep one configuration type to avoid errors.
quarkus:
datasource:
db-kind: postgresql
jdbc.url: jdbc:postgresql://localhost:5432/some-database
jdbc:
url: jdbc:postgresql://localhost:5432/some-database
username: quarkus
password: quarkus
Expand Down Expand Up @@ -786,7 +787,8 @@ Just add the `%profile` wrapped in quotation marks before defining the key-value
quarkus:
datasource:
db-kind: postgresql
jdbc.url: jdbc:postgresql://localhost:5432/some-database
jdbc:
url: jdbc:postgresql://localhost:5432/some-database
username: quarkus
password: quarkus
----
Expand Down

0 comments on commit aee141b

Please sign in to comment.