Files
LehrerApp/LehrerApp.Api/appsettings.json
2026-03-29 23:47:31 +02:00

13 lines
178 B
JSON

{
"Api": {
"Port": 5000,
"DataPath": "./data"
},
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
}
}