Skip to content

Commit 841b3a1

Browse files
authored
Merge pull request quarkusio#36286 from ge0ffrey/patch-4
2 parents c4f1f80 + ac42570 commit 841b3a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ QUARKUS_DATASOURCE_PASSWORD=youshallnotpass <1>
103103
<1> The name `QUARKUS_DATASOURCE_PASSWORD` the same conversion rules used for <<environment-variables>>.
104104

105105
For `dev` mode, this file can be placed in the root of the project, but it is advised to **not** check it in to version
106-
control.
106+
control because it typically contains passwords, access tokens, API keys or other secrets.
107107

108108
IMPORTANT: Environment variables in the `.env` file are not available via the `System.getenv(String)` API.
109109

0 commit comments

Comments
 (0)