fix: change db name #21

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

View File

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