fix: tesntar conectar pelo ip do mongo #25

Merged
ricardo merged 1 commits from release/V1.0.0 into main 2025-05-28 02:57:19 +00:00
Showing only changes of commit bb9a47f828 - Show all commits

View File

@ -25,6 +25,6 @@
}
},
"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"
}