init commit
This commit is contained in:
15
APITest2/appsettings.json
Normal file
15
APITest2/appsettings.json
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"BookstoreDatabase": {
|
||||
"ConnectionString": "insert_constring_here",
|
||||
"DatabaseName": "testdb_cs",
|
||||
"BooksCollectionName": "BooksCollection"
|
||||
},
|
||||
"Logging": {
|
||||
"LogLevel": {
|
||||
"Default": "Information",
|
||||
"Microsoft.AspNetCore": "Warning"
|
||||
}
|
||||
},
|
||||
"AllowedHosts": "*"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user