Fix recupero IMG da API service

This commit is contained in:
Samuele Locatelli
2025-07-23 08:28:19 +02:00
parent 2ae6400530
commit 2b0ee5ffcb
9 changed files with 145 additions and 10 deletions
+8 -1
View File
@@ -5,5 +5,12 @@
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*"
"AllowedHosts": "*",
"ServerConf": {
"PubChannel": "EgwEngineInput",
"SubChannel": "EgwEngineOutput",
"ImageBaseUrl": "https://iis01.egalware.com/lux/srv/api/window/",
"ImageLiveTag": "svg",
"ImageFileTag": "svgfile"
}
}