You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In Quarkus, we also support profile-aware files for application.properties and application.ya?ml.
For instance, configuration properties in application-dev.properties are only enabled for the dev profile.
When updating properties, we should take these files into account by default.
When targeting a specific profile, we should only change the files which target the given profile.
@ammachado I think I mentioned this when you worked on these recipes but I don't remember what was the conclusion?
The text was updated successfully, but these errors were encountered:
In Quarkus, we also support profile-aware files for
application.properties
andapplication.ya?ml
.For instance, configuration properties in
application-dev.properties
are only enabled for the dev profile.When updating properties, we should take these files into account by default.
When targeting a specific profile, we should only change the files which target the given profile.
@ammachado I think I mentioned this when you worked on these recipes but I don't remember what was the conclusion?
The text was updated successfully, but these errors were encountered: