14 lines
277 B
JSON
14 lines
277 B
JSON
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft.AspNetCore": "Warning"
|
|
}
|
|
},
|
|
"AllowedHosts": "*",
|
|
"LocalGateways": {
|
|
//"InventoryDAL": "https://localhost:7037",
|
|
"InventoryDAL": "http://portainer.white-enciso.pro:5101"
|
|
}
|
|
}
|