2021-03-20 14:12:24 +08:00
|
|
|
{
|
|
|
|
|
"Logging": {
|
|
|
|
|
"LogLevel": {
|
|
|
|
|
"Default": "Information",
|
|
|
|
|
"Microsoft": "Warning",
|
|
|
|
|
"Microsoft.Hosting.Lifetime": "Information"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"AllowedHosts": "*",
|
2021-03-21 15:51:49 +08:00
|
|
|
"Cache": {
|
|
|
|
|
"InstanceName": "Redis",
|
|
|
|
|
"ConnectionString": "127.0.0.1:12345,password=123456"
|
|
|
|
|
},
|
2021-04-10 18:28:45 +08:00
|
|
|
"ConnectionStringBySQL": "server=.;Database=YIDB;UId=sa;PWD=Qz52013142020.",
|
|
|
|
|
"ConnectionStringByMySQL": "Data Source=.;Database=YIDB;User ID=root;Password=Qz52013142020.;pooling=true;port=3306;sslmode=none;CharSet=utf8;",
|
|
|
|
|
"ConnectionStringBySQLite": "Filename=YIDB.db"
|
2021-03-20 14:12:24 +08:00
|
|
|
}
|