From 88c012aa7034bdb9f64034aac171ffe55b04a320 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beno=C3=AEt=20Duhr?= Date: Mon, 5 Feb 2018 08:56:02 +0100 Subject: [PATCH] Rename security.user.password to spring.security.user.password --- docs/src/main/asciidoc/spring-cloud-config.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/main/asciidoc/spring-cloud-config.adoc b/docs/src/main/asciidoc/spring-cloud-config.adoc index 1eb4cbf0..5edc3687 100644 --- a/docs/src/main/asciidoc/spring-cloud-config.adoc +++ b/docs/src/main/asciidoc/spring-cloud-config.adoc @@ -874,7 +874,7 @@ include Spring Security on the classpath (e.g. through `spring-boot-starter-security`). The default is a username of "user" and a randomly generated password, which isn't going to be very useful in practice, so we recommend you configure the password (via -`security.user.password`) and encrypt it (see below for instructions +`spring.security.user.password`) and encrypt it (see below for instructions on how to do that). === Encryption and Decryption