Commit c1577b16 authored by Magnus Kulke's avatar Magnus Kulke Committed by kulke

Change uppercase IP property to ip

parent f637f087
...@@ -191,7 +191,7 @@ created. You can manually map the service to your own specific endpoints: ...@@ -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 }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment