CSR/CSR.WebUI/appsettings.Development.json
2025-05-20 03:05:37 -04:00

12 lines
222 B
JSON

{
"DetailedErrors": true,
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"Database": {
"Path": "/home/danial23/Desktop/csr.db"
}
}