fixed typo in "console.proxyFilter" property name

This commit is contained in:
Ryan Schneider 2016-09-19 15:43:04 -04:00 committed by GitHub
parent f00ee91e69
commit 8a5eb704c5

View file

@ -166,7 +166,7 @@ Here is an example configuration the only allows Console to connect to localhost
[source,yaml]
--------
concosole.proxyFilter:
console.proxyFilter:
- ^https?://(localhost|127\.0\.0\.1|\[::0\]).*
--------