diff --git a/spring-cloud-config.html b/spring-cloud-config.html index fe4a0120..47fd637f 100644 --- a/spring-cloud-config.html +++ b/spring-cloud-config.html @@ -784,7 +784,7 @@ Server? The strategy that governs this behaviour is the

{application} maps to "spring.application.name" on the client side;

  • -

    {profile} maps to "spring.active.profiles" on the client (comma separated list); and

    +

    {profile} maps to "spring.profiles.active" on the client (comma separated list); and

  • {label} which is a server side feature labelling a "versioned" set of config files.

    @@ -2040,7 +2040,7 @@ grabbing it in the bootstrap context and injecting one).