23 lines
615 B
JSON
23 lines
615 B
JSON
{
|
|
"_id" : ObjectId("678be58439fd601623b7e08c"),
|
|
"ipv4" : "localhost",
|
|
"ipv6" : "localhost",
|
|
"maxBots" : NumberInt(20),
|
|
"countBots" : NumberInt(3),
|
|
"active" : true,
|
|
"port" : NumberInt(3005),
|
|
"description" : "Buenos Aires, Argentina",
|
|
"name" : "Whatsapp bot server 1"
|
|
}
|
|
{
|
|
"_id" : ObjectId("678be6e339fd601623b7e093"),
|
|
"ipv4" : "192.168.1.90",
|
|
"ipv6" : "192.168.1.90",
|
|
"maxBots" : NumberInt(20),
|
|
"countBots" : NumberInt(0),
|
|
"active" : false,
|
|
"port" : NumberInt(3005),
|
|
"description" : "Buenos Aires, Argentina",
|
|
"name" : "Whastapp bot server 2"
|
|
}
|