Fix property keys in shell docs (consistent with appendix)

Fixes gh-1371
This commit is contained in:
Dave Syer 2014-08-13 08:18:42 -07:00
parent 2fae4afe95
commit 0a3a00e9e5

View File

@ -500,7 +500,7 @@ and `endpoint` commands.
[[production-ready-remote-shell-credentials]]
==== Remote shell credentials
You can use the `shell.auth.simple.username` and `shell.auth.simple.password` properties
You can use the `shell.auth.simple.user.name` and `shell.auth.simple.user.password` properties
to configure custom connection credentials. It is also possible to use a
``Spring Security'' `AuthenticationManager` to handle login duties. See the
{dc-spring-boot-actuator}/autoconfigure/CrshAutoConfiguration.{dc-ext}[`CrshAutoConfiguration`]