|
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft": "Warning",
|
|
"Microsoft.Hosting.Lifetime": "Information"
|
|
}
|
|
},
|
|
"AllowedHosts": "*",
|
|
"ConnectionStrings": {
|
|
"His": {
|
|
"connectionString": "Data Source=..\\Hisagent\\Data\\His.db",
|
|
"providerName": "SQLite"
|
|
}
|
|
}
|
|
}
|