fix: change db name

This commit is contained in:
Ricardo Carneiro 2025-05-27 23:17:02 -03:00
parent a906fe5f95
commit bb9a1b17dc

View File

@ -26,5 +26,5 @@
},
"AllowedHosts": "*",
"MongoDbConnection": "mongodb://admin:c4rn31r0@localhost:27017,localhost:27018/?authSource=admin",
"MongoDbDatabase": "YTExtractor.Prod"
"MongoDbDatabase": "YTExtractor-Prod"
}