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://172.100.1.114:8082/",
| "TestErpUrl2": "http://172.100.1.114:8082/",
| "ProductionErpUrl": "http://172.100.1.114:8082/",
| "ServicesPath": "Services",
| "LogPath": "logs",
| "UploadPath": "upload",
| "DownPath": "down",
| "XlsFont": "45",
| "XlsFontXj": "205"
| }
|
|