14 lines
463 B
JSON
14 lines
463 B
JSON
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft.AspNetCore": "Warning"
|
|
}
|
|
},
|
|
"AllowedHosts": "*",
|
|
"connectionStrings": {
|
|
"nwind": "XpoProvider=SQLite;Data Source=\"C:\\Users\\Public\\Documents\\DevExpress Demos 25.2\\Components\\Data\\nwind.db\"",
|
|
"GetOfferByIdJson": "Uri=https://iis01.egalware.com/Lux/SRV/api/Report/",
|
|
"JsonConnection": "Uri=https://iis01.egalware.com/Lux/SRV/api/Report/Offert/4"
|
|
}
|
|
} |