sh.addShard("movies-subscriber-shard/192.168.184.11:27017,192.168.184.11:27027,192.168.184.11:27037")

sh.addShard("movies-subscriber-shard-2/192.168.184.11:27057,192.168.184.11:27047")

sh.enableSharding("videodb")

sh.shardCollection("videodb.movies", { _id: "hashed"})