18 lines
563 B
JSON
18 lines
563 B
JSON
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft": "Warning",
|
|
"Microsoft.Hosting.Lifetime": "Information"
|
|
}
|
|
},
|
|
"AllowedHosts": "*",
|
|
"Cache": {
|
|
"InstanceName": "Redis",
|
|
"ConnectionString": "127.0.0.1:12345,password=123456"
|
|
},
|
|
"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"
|
|
}
|