Files
DotNetAPITutorial/APITest2/bin/Debug/net6.0/appsettings.json
2022-08-04 19:21:55 -05:00

16 lines
392 B
JSON

{
"BookstoreDatabase": {
"ConnectionString": "mongodb+srv://mikaylaherself@gmail.com:QUL3hMUhWx26c46@cluster0.oolfn.mongodb.net/?retryWrites=true&w=majority",
"DatabaseName": "testdb_cs",
"BooksCollectionName": "BooksCollection"
},
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*"
}