1
tjx
2025-10-11 c01d18bc7e003a025e06fc1a2d1ac62fbd036269
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "Logging": {
    "LogLevel": {
      "Default": "Information",
      "Microsoft.AspNetCore": "Warning"
    }
  },
  "AllowedHosts": "*",
  "ConnectionStrings": "Data Source=192.168.0.51;Initial Catalog=TEST_MES;User ID=sa;Password =LanBao@2025;Encrypt=True;TrustServerCertificate=True;",
  "TestErpUrl": "http://192.168.0.52:8055/",
  "TestErpUrl2": "http://192.168.0.52:8055/",
  "ProductionErpUrl": "http://192.168.0.52:8055/",
  "ServicesPath": "Services",
  "LogPath": "logs",
  "UploadPath": "upload",
  "DownPath": "down"
}