Files
Extrudex/backend/appsettings.json
dex-bot 4c91bb7862
Some checks failed
Dev Build / build-test (pull_request) Failing after 45s
Dev Build / deploy-dev (pull_request) Has been skipped
Dev Build / notify-success (pull_request) Has been skipped
Dev Build / notify-failure (pull_request) Successful in 7s
CUB-38: implement low filament alert logic with configurable threshold
2026-04-27 17:36:49 +00:00

16 lines
386 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning",
"Microsoft.EntityFrameworkCore": "Information"
}
},
"AllowedHosts": "*",
"ConnectionStrings": {
"ExtrudexDb": "Host=localhost;Port=5432;Database=extrudex;Username=extrudex;Password=changeme"
},
"FilamentAlerts": {
"LowStockThresholdPercent": 20
}
}