Files
mapo-core/MP.RIOC/appsettings.Development.json
T
Samuele Locatelli facd8c0856 Fix solution MP.RIOC
2026-05-08 12:13:12 +02:00

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/"
}
}