quizapp/FWLAZ_Web/appsettings.json

16 lines
270 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"ConnectionStrings": {
"QuizDB": "Data Source=Data/quiz.db"
},
"AppSettings": {
"RegistrationEnabled": false
},
"AllowedHosts": "*"
}