Files
lux/TestDevExpress/appsettings.json
T
2026-04-01 12:34:05 +02:00

16 lines
426 B
JSON

{
"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/"
},
"ServerConf": {
"ImageBaseUrl": "https://iis01.egalware.com/Lux/srv/api/image/"
}
}