quizapp/FWLAZ_Web/appsettings.json
2024-09-01 21:12:09 +02:00

13 lines
214 B
JSON

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