From 4f88830c8c11e91d73c9dcb3bbe9a68e6242d987 Mon Sep 17 00:00:00 2001 From: Ricardo Carneiro <71648276+ricarneiro@users.noreply.github.com> Date: Tue, 27 May 2025 23:35:31 -0300 Subject: [PATCH] =?UTF-8?q?fix:=20conex=C3=A3o=20local=20por=20IPV4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- YTExtractor/appsettings.Production.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/YTExtractor/appsettings.Production.json b/YTExtractor/appsettings.Production.json index 9456673..dd29afe 100644 --- a/YTExtractor/appsettings.Production.json +++ b/YTExtractor/appsettings.Production.json @@ -25,6 +25,6 @@ } }, "AllowedHosts": "*", - "MongoDbConnection": "mongodb://admin:c4rn31r0@localhost:27017,localhost:27018/?authSource=admin", + "MongoDbConnection": "mongodb://admin:c4rn31r0@127.0.0.1:27017,127.0.0.1:27018/?replicaSet=rs0", "MongoDbDatabase": "YTExtractor-Prod" } \ No newline at end of file