移动系统liao
2025-01-26 950f32a006736bd9407bb5f73b744892b8bade2a
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
  "$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
    //}
  ]
}