first commit

This commit is contained in:
2026-07-16 20:48:43 -03:00
commit 5696cee264
1111 changed files with 322270 additions and 0 deletions
+22
View File
@@ -0,0 +1,22 @@
{
"_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"
}