1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
| {
| "Logging": {
| "LogLevel": {
| "Default": "Information",
| "Microsoft.AspNetCore": "Warning"
| }
| },
| "AllowedHosts": "*",
| // "ConnectionStrings": "Data Source=172.100.1.114,12468;Initial Catalog=TEST_MES;User ID=sa;Password =FuDa@2025",
| "ConnectionStrings": "Data Source=172.16.2.238,12468;Initial Catalog=TEST_MES;User ID=sa;Password =FuDa@2025",
|
| "TestErpUrl": "http://192.168.1.149:8066/WebService1.asmx/MesToErpinfoTest",
| "TestErpUrl2": "http://192.168.1.149:8066/WebService1.asmx/MesToErpUpdateFlag",
| "ProductionErpUrl": "http://192.168.1.149:8066/WebService1.asmx/mesToErpinfoFormal",
| "ServicesPath": "Services",
| "LogPath": "logs",
| "UploadPath": "upload",
| "DownPath": "down",
| "XlsFont": "45",
| "XlsFontXj": "205"
| }
|
|