IW4M-Admin/WebfrontCore/appsettings.json

14 lines
216 B
JSON
Raw Normal View History

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