CSR/CSR.WebUI/appsettings.Development.json

12 lines
217 B
JSON

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