Files
focusapp/appsettings.json
2026-08-09 13:09:01 +02:00

15 lines
356 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Warning",
"Microsoft": "Warning",
"Microsoft.AspNetCore": "Warning",
"Microsoft.Hosting.Lifetime": "Warning"
}
},
"AllowedHosts": "*",
"ConnectionStrings": {
"DefaultConnection": "Server=localhost;Port=3306;Database=focusapp;User=focusapp;Password=change-password"
}
}