2026-04-25 22:45:59 -05:00
|
|
|
|
{
|
2026-02-03 16:55:37 -06:00
|
|
|
|
"Logging": {
|
|
|
|
|
|
"LogLevel": {
|
|
|
|
|
|
"Default": "Information",
|
|
|
|
|
|
"Microsoft.AspNetCore": "Warning"
|
|
|
|
|
|
}
|
|
|
|
|
|
},
|
2026-04-25 22:45:59 -05:00
|
|
|
|
"AllowedHosts": "*",
|
|
|
|
|
|
"ConnectionStrings": {
|
|
|
|
|
|
"DatabaseContextConnectionString": "Data Source=site.db"
|
|
|
|
|
|
},
|
|
|
|
|
|
"SiteDomain": "titanappliancerepair.net"
|
|
|
|
|
|
}
|