Service {
    Services {
        Name : "tests"
        ConfigType {
            Name: "default"
            Slots {
                Slots {
                    Slot {
                        Host: "host1"
                        Port: 10005
                    }
                    ShardMin: 0
                    ShardMax: 35533
                    IndexingPort: 10007
                }
                Slots {
                    Slot {
                        Host: "host2"
                        Port: 10005
                    }
                    ShardMin: 35534
                    ShardMax: 65533
                    IndexingPort: 10007
                }
            }
        }
        KpsShift: 0
    }
    Services {
        Name : "newservice"
        ConfigType {
            Name: "default"
            Slots {
                Slots {
                    Slot {
                        Host: "host1"
                        Port: 10015
                    }
                    ShardMin: 0
                    ShardMax: 35533
                    IndexingPort: 10017
                }
                Slots {
                    Slot {
                        Host: "host2"
                        Port: 10015
                    }
                    ShardMin: 35534
                    ShardMax: 65533
                    IndexingPort: 10017
                }
            }
        }
        KpsShift: 0
    }
}