Merge pull request 'fix: tesntar conectar pelo ip do mongo' (#25) from release/V1.0.0 into main
All checks were successful
Build and Deploy ASP.NET API / build-and-deploy (push) Successful in 1m29s

Reviewed-on: http://git.carneiro.ddnsfree.com/ricardo/YTExtractor/pulls/25
This commit is contained in:
ricardo 2025-05-28 02:57:18 +00:00
commit 21f8ddfe33

View File

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