From ac4257004bcff9eee5a0ce2ec13ccb62b045e460 Mon Sep 17 00:00:00 2001 From: Geoffrey De Smet Date: Wed, 4 Oct 2023 14:43:35 +0200 Subject: [PATCH] Use .env for secrets Google search should find this section for "quarkus store secrets locally" --- docs/src/main/asciidoc/config-reference.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/main/asciidoc/config-reference.adoc b/docs/src/main/asciidoc/config-reference.adoc index 811be77c45b3b..2206592c4f7a9 100644 --- a/docs/src/main/asciidoc/config-reference.adoc +++ b/docs/src/main/asciidoc/config-reference.adoc @@ -103,7 +103,7 @@ QUARKUS_DATASOURCE_PASSWORD=youshallnotpass <1> <1> The name `QUARKUS_DATASOURCE_PASSWORD` the same conversion rules used for <>. 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 -control. +control because it typically contains passwords, access tokens, API keys or other secrets. IMPORTANT: Environment variables in the `.env` file are not available via the `System.getenv(String)` API.