Files
EonaCat.Logger.LogServer/EonaCat.Logger.LogServer/appsettings.json
2026-01-08 15:33:41 +01:00

11 lines
158 B
JSON

{
"ConnectionStrings": {
"DefaultConnection": "Data Source=logging.db"
},
"Logging": {
"LogLevel": {
"Default": "Information"
}
}
}