fix: appSettings development
This commit is contained in:
parent
c933510348
commit
8f677f62b8
13
src/BCards.Web/appsettings.Development.json
Normal file
13
src/BCards.Web/appsettings.Development.json
Normal file
@ -0,0 +1,13 @@
|
||||
{
|
||||
"Logging": {
|
||||
"LogLevel": {
|
||||
"Default": "Information",
|
||||
"Microsoft.AspNetCore": "Warning"
|
||||
}
|
||||
},
|
||||
"DetailedErrors": true,
|
||||
"MongoDb": {
|
||||
"ConnectionString": "mongodb://localhost:27017",
|
||||
"DatabaseName": "BCardsDB_Dev"
|
||||
}
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user