Files
Extrudex/backend/appsettings.Development.json

12 lines
297 B
JSON
Raw Normal View History

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"
}
}