quizapp/FWLAZ_Web/appsettings.json
2024-09-03 16:15:42 +02:00

13 lines
213 B
JSON

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