Files
lux/TestDevExpress/appsettings.json
T
2026-04-07 16:54:53 +02:00

20 lines
581 B
JSON

{
"DetailedErrors": true,
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*",
"connectionStrings": {
"JsonConnection": "Uri=https://iis01.egalware.com/Lux/srv/api/report/offert/",
"JsonConnParam": "Uri=https://iis01.egalware.com/Lux/srv/api/report/offert/",
"JsonOffer_01": "Uri=https://iis01.egalware.com/Lux/srv/api/report/offert/"
},
"ServerConf": {
"ApiBaseUrl": "https://iis01.egalware.com/Lux/srv/api",
"ImageUrl": "image",
"DataUrl": "report/offert"
}
}