IW4M-Admin/WebfrontCore/appsettings.json

14 lines
216 B
JSON
Raw Normal View History

2018-02-21 19:29:23 -06:00
{
"Logging": {
"IncludeScopes": false,
"LogLevel": {
2018-03-06 01:22:19 -06:00
"Default": "Trace",
2018-02-21 19:29:23 -06:00
"System": "Information",
2018-03-06 01:22:19 -06:00
"Microsoft": "None"
2018-02-21 19:29:23 -06:00
}
2018-03-09 02:01:12 -06:00
},
"Web": {
"Address": "http://127.0.0.1:5000"
2018-02-21 19:29:23 -06:00
}
}