Compare commits

..

2 Commits

Author SHA1 Message Date
2573698256 Merge pull request 'fix: conexão local por IPV4' (#22) 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/22
2025-05-28 02:35:57 +00:00
Ricardo Carneiro
4f88830c8c fix: conexão local por IPV4 2025-05-27 23:35:31 -03:00

View File

@ -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"
}