16 lines
303 B
JSON
16 lines
303 B
JSON
{
|
|
"BookstoreDatabase": {
|
|
"ConnectionString": "insert_constring_here",
|
|
"DatabaseName": "testdb_cs",
|
|
"BooksCollectionName": "BooksCollection"
|
|
},
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft.AspNetCore": "Warning"
|
|
}
|
|
},
|
|
"AllowedHosts": "*"
|
|
}
|
|
|