From 0b42f9b9b739c273dc7c98eea084492d9873c75e Mon Sep 17 00:00:00 2001 From: Roberto Cortez Date: Tue, 19 Apr 2022 16:40:36 +0100 Subject: [PATCH] Configuration profile aware file clarification --- docs/src/main/asciidoc/config-reference.adoc | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/src/main/asciidoc/config-reference.adoc b/docs/src/main/asciidoc/config-reference.adoc index 521382b5559b9..879cb3d137f79 100644 --- a/docs/src/main/asciidoc/config-reference.adoc +++ b/docs/src/main/asciidoc/config-reference.adoc @@ -332,6 +332,11 @@ In this style, the configuration names in the profile aware file do not need to Properties in the profile aware file have priority over profile aware properties defined in the main file. ==== +[WARNING] +==== +The profile aware file must be present in the exact location as the main `application.properties` file. +==== + === Parent Profile A Parent Profile adds one level of hierarchy to the current profile. The configuration `quarkus.config.profile.parent`