Merge pull request 'fix: tentar sem replicaset' (#26) from release/V1.0.0 into main
All checks were successful
Build and Deploy ASP.NET API / build-and-deploy (push) Successful in 1m30s

Reviewed-on: http://git.carneiro.ddnsfree.com/ricardo/YTExtractor/pulls/26
This commit is contained in:
ricardo 2025-05-28 03:23:06 +00:00
commit 8caf8b53a6

View File

@ -25,6 +25,7 @@
} }
}, },
"AllowedHosts": "*", "AllowedHosts": "*",
"MongoDbConnection": "mongodb://admin:c4rn31r0@172.17.0.1:27017,172.17.0.1:27018/?replicaSet=rs0", //"MongoDbConnection": "mongodb://admin:c4rn31r0@172.17.0.1:27017,172.17.0.1:27018/?replicaSet=rs0",
"MongoDbConnection": "mongodb://admin:c4rn31r0@172.17.0.1:27017",
"MongoDbDatabase": "YTExtractor-Prod" "MongoDbDatabase": "YTExtractor-Prod"
} }