{ "$schema": "https://gitee.com/dotnetchina/Furion/raw/v4/schemas/v4/furion-schema.json", "Logging": { "LogLevel": { "Default": "Information", "Microsoft.AspNetCore": "Warning", "Microsoft.EntityFrameworkCore": "Information" } }, "AllowedHosts": "*", "ConnectionConfigs": [ { "ConnectionString": "Server=118.123.213.60;Database=ECTEST; User ID=sa;Password=123qwe!@#;", "DbType": "SqlServer", // "SqlServer" ,mysql, "IsAutoCloseConnection": true } ], "DbConnect": [ { "ConfigId": "default", //多库配置ID "ConnectionString": "Server=118.123.213.60;Database=ECTEST; User ID=sa;Password=123qwe!@#; Encrypt=True;TrustServerCertificate=True;", "DbType": "SqlServer", // "SqlServer" ,mysql, "IsAutoCloseConnection": true } //, //{ // "ConfigId": "1", //多库配置ID // "ConnectionString": "Server=MS-FSEUTNLCXFDB\\SQLEXPRESS;Database=EzCoreDb; MultipleActiveResultSets=true;pooling=true;min pool size=5;max pool size=32767;connect timeout=20;Encrypt=True;TrustServerCertificate=True;integrated security=True;", // "DbType": "SqlServer", // "SqlServer" ,mysql, // "IsAutoCloseConnection": true //} ] }