13 lines
279 B
JSON
13 lines
279 B
JSON
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft.AspNetCore": "Warning"
|
|
}
|
|
},
|
|
"AllowedHosts": "*",
|
|
"ConnectionStrings": {
|
|
"DatabaseContextConnectionString": "Data Source=site.db"
|
|
},
|
|
"SiteDomain": "titanappliancerepair.net"
|
|
} |