Files
lux/TestDevExpress/appsettings.json
T
2026-03-31 16:57:47 +02:00

12 lines
301 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\""
}
}