2026-04-25 18:51:05 +00:00
|
|
|
{
|
|
|
|
|
"Logging": {
|
|
|
|
|
"LogLevel": {
|
|
|
|
|
"Default": "Debug",
|
|
|
|
|
"Microsoft.AspNetCore": "Information",
|
|
|
|
|
"Microsoft.EntityFrameworkCore": "Debug"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"ConnectionStrings": {
|
|
|
|
|
"ExtrudexDb": "Host=localhost;Port=5432;Database=extrudex_dev;Username=extrudex;Password=changeme"
|
2026-04-27 17:23:24 +00:00
|
|
|
},
|
|
|
|
|
"FilamentUsageSync": {
|
|
|
|
|
"PollingInterval": "00:01:00",
|
|
|
|
|
"RequestTimeout": "00:00:30",
|
|
|
|
|
"Enabled": true
|
2026-04-25 18:51:05 +00:00
|
|
|
}
|
|
|
|
|
}
|