cdk
2025-05-24 f72421dbf66b0097d44d26a7596b7238fa32ddbe
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
  "Logging": {
    "LogLevel": {
      "Default": "Information",
      "Microsoft": "Warning",
      "Microsoft.Hosting.Lifetime": "Information"
    }
  },
  "AllowedHosts": "*",
  "AppSettings": {
    "TestErpUrl": "http://192.168.11.120:8098/WebService1.asmx/mesToErpinfo",
    "ProductionErpUrl": "http://192.168.11.120:8098/WebService1.asmx/mesToErpinfoFormal",
    "DataBaseConn": "Data Source=192.168.1.198;Initial Catalog=CSFrameworkV5_Normal;User ID=sa;Password=Weaver@2001;TrustServerCertificate=true"
  }
}