17 lines
362 B
JSON
17 lines
362 B
JSON
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft": "Warning",
|
|
"Microsoft.Hosting.Lifetime": "Information"
|
|
}
|
|
},
|
|
"AllowedHosts": "*",
|
|
"Config": {
|
|
"LogPath": "E:\\Digital Data\\Changelogger",
|
|
"LogDebug": true,
|
|
"Name": "Changelogger",
|
|
"MSSQLConnectionString": "<MSSQLSERVER-CONNECTIONSTRING>"
|
|
}
|
|
}
|