Files
Multiplechoicetrainer/MultipleChoiceTrainer/appsettings.json
2020-06-03 22:44:52 +02:00

14 lines
399 B
JSON

{
"ConnectionStrings": {
"DefaultConnection": "Server=(localdb)\\mssqllocaldb;Database=aspnet-MultipleChoiceTrainer-E42821FE-529D-4B9F-A023-B215D72B09B5;Trusted_Connection=True;MultipleActiveResultSets=true"
},
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft": "Warning",
"Microsoft.Hosting.Lifetime": "Information"
}
},
"AllowedHosts": "*"
}