2026-04-25 18:51:05 +00:00
|
|
|
{
|
|
|
|
|
"Logging": {
|
|
|
|
|
"LogLevel": {
|
|
|
|
|
"Default": "Information",
|
|
|
|
|
"Microsoft.AspNetCore": "Warning",
|
|
|
|
|
"Microsoft.EntityFrameworkCore": "Information"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"AllowedHosts": "*",
|
|
|
|
|
"ConnectionStrings": {
|
|
|
|
|
"ExtrudexDb": "Host=localhost;Port=5432;Database=extrudex;Username=extrudex;Password=changeme"
|
2026-04-27 17:36:49 +00:00
|
|
|
},
|
|
|
|
|
"FilamentAlerts": {
|
|
|
|
|
"LowStockThresholdPercent": 20
|
2026-04-25 18:51:05 +00:00
|
|
|
}
|
|
|
|
|
}
|