Files
ApplianceRepair/appsettings.json

13 lines
276 B
JSON
Raw Permalink Normal View History

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": {
2026-05-01 19:48:34 -05:00
"DefaultConnection": "Data Source=/var/www/site_data/site.db"
2026-04-25 22:45:59 -05:00
},
2026-05-01 19:48:34 -05:00
"SiteDomain": "yoursitename.net"
2026-04-25 22:45:59 -05:00
}