Correct property path for management.address

Fixes gh-558
This commit is contained in:
Dave Syer 2014-03-24 10:07:10 +00:00
parent ad2892c6b3
commit 78d13c513c

View File

@ -308,7 +308,7 @@ want to disable management security:
[[production-ready-customizing-management-server-address]] [[production-ready-customizing-management-server-address]]
=== Customizing the management server address === Customizing the management server address
You can customize the address that the management endpoints are available on by You can customize the address that the management endpoints are available on by
setting the `management.security.address` property. This can be useful if you want to setting the `management.address` property. This can be useful if you want to
listen only on an internal or ops-facing network, or to only listen for connections from listen only on an internal or ops-facing network, or to only listen for connections from
`localhost`. `localhost`.