Skip to content

Commit

Permalink
Fixed placement parameter (#1936)
Browse files Browse the repository at this point in the history
  • Loading branch information
marknl authored and Richard Artoul committed Sep 11, 2019
1 parent 77b59e5 commit 6d22d4d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/how_to/cluster_hard_way.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,23 +113,23 @@ curl -X POST http://localhost:7201/api/v1/database/create -d '{
"hosts": [
{
"id": "m3db001",
"isolation_group": "us-east1-a",
"isolationGroup": "us-east1-a",
"zone": "embedded",
"weight": 100,
"address": "10.142.0.1",
"port": 9000
},
{
"id": "m3db002",
"isolation_group": "us-east1-b",
"isolationGroup": "us-east1-b",
"zone": "embedded",
"weight": 100,
"address": "10.142.0.2",
"port": 9000
},
{
"id": "m3db003",
"isolation_group": "us-east1-c",
"isolationGroup": "us-east1-c",
"zone": "embedded",
"weight": 100,
"address": "10.142.0.3",
Expand Down

0 comments on commit 6d22d4d

Please sign in to comment.