14 lines
267 B
JSON
14 lines
267 B
JSON
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft.AspNetCore": "Warning"
|
|
}
|
|
},
|
|
"ServerConf": {
|
|
"useFactory": false,
|
|
"OldApiUrl": "http://localhost/MP/IO/IOB/",
|
|
"NewApiUrl": "http://localhost/MP/IOC/api/IOB/"
|
|
}
|
|
}
|