Change uppercase IP property to ip

This commit is contained in:
Magnus Kulke 2016-02-09 11:48:55 +01:00 committed by kulke
parent f637f08774
commit c1577b16d6

View File

@ -191,7 +191,7 @@ created. You can manually map the service to your own specific endpoints:
"subsets": [ "subsets": [
{ {
"addresses": [ "addresses": [
{ "IP": "1.2.3.4" } { "ip": "1.2.3.4" }
], ],
"ports": [ "ports": [
{ "port": 9376 } { "port": 9376 }