From c1d852e285d339220b0edd13bd0a2e440d69e846 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..373576e542b86 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 same 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`