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

16 lines
303 B
JSON

{
"BookstoreDatabase": {
"ConnectionString": "insert_constring_here",
"DatabaseName": "testdb_cs",
"BooksCollectionName": "BooksCollection"
},
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*"
}