Files
Electron.NET/ElectronNET.WebApp/appsettings.json

10 lines
156 B
JSON
Raw Normal View History

2017-11-05 22:01:22 +01:00
{
"Logging": {
"IncludeScopes": false,
"LogLevel": {
"Default": "Warning"
}
},
"DemoTitleInSettings": "Electron.NET API Demos"
2017-11-05 22:01:22 +01:00
}