IW4M-Admin/WebfrontCore/appsettings.json

14 lines
216 B
JSON

{
"Logging": {
"IncludeScopes": false,
"LogLevel": {
"Default": "Trace",
"System": "Information",
"Microsoft": "None"
}
},
"Web": {
"Address": "http://127.0.0.1:5000"
}
}