File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -91,13 +91,13 @@ configuration name to its most likely dotted format. This works fine for fixed c
9191names that contain dynamic segments. In this case, Quarkus is unable to determine if `DATASOURCE_NAME` should be
9292converted 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)
101101quarkus.datasource."datasource-name".jdbc.url=
102102----
103103
You can’t perform that action at this time.
0 commit comments