Skip to content

Commit 5a62184

Browse files
authored
Merge pull request #46347 from ryandens/ryandens/configuration-disambiguation-docs
Clarify expected behavior of SmallRye Config disambiguation
2 parents 9eb0306 + c5a4776 commit 5a62184

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/src/main/asciidoc/config-reference.adoc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -91,13 +91,13 @@ configuration name to its most likely dotted format. This works fine for fixed c
9191
names that contain dynamic segments. In this case, Quarkus is unable to determine if `DATASOURCE_NAME` should be
9292
converted to `datasource.name` or `datasource-name` (or any other special character separator).
9393
94-
For this reason, such properties always require their dotted version name in another source (the value can be left
95-
empty) to disambiguate the Environment Variable name. It will provide additional information to perform a two-way
96-
conversion and match the property names together.
94+
For this reason, such properties always require their dotted version name in another source to disambiguate the
95+
Environment Variable name. It will provide additional information to perform a two-way conversion and match the
96+
property names together.
9797
9898
[source,properties]
9999
----
100-
# value can be left empty
100+
# value can be left empty but must be supplied by another source at runtime (or be an optional)
101101
quarkus.datasource."datasource-name".jdbc.url=
102102
----
103103

0 commit comments

Comments
 (0)