12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455 |
- {
- "Logging": {
- "LogLevel": {
- "Default": "Warning"
- }
- },
- "AllowedHosts": "*",
- "SystemCode": "Rms01",
- "eap": {
- "DbType": "MySql",
- "ConnectionStrings": "Server=192.168.124.94;Port=3306;Database=eap;Uid=root;Pwd=ofilmeap;Charset=utf8;"
- },
- "eapslave": {
- "DbType": "MySql",
- "ConnectionStrings": "Server=192.168.124.94;Port=3306;Database=eap;Uid=root;Pwd=ofilmeap;Charset=utf8;"
- },
- // MES接口请求地址前缀
- "mesApiPrefix": "http://e-parameters.ofilm.com:8080/devParam/eap/",
- "rabbitmq": {
- "IPAddress": "192.168.56.30",
- "UserName": "admin",
- "Password": "admin",
- "TimeOut": "10",
- "MacMqName": "machinerec",
- "StatusExchange": "statusexchange",
- "VirtualHost": "/"
- },
- //机台通讯所使用到的队列名称
- "mqname": {
- "recmqname": "BIStatus",
- "statusmqname": "statusshow",
- "statusexchange": "statusexchange",
- "StatusTotalExchange": "StatusTotalExchange",
- "LOrDExchange": "LOrDExchange"
- },
- "ProgramDir": "/eap/EapProgramFiles",
- "rarpath": "C:\\Program Files (x86)\\WinRAR\\WinRAR.exe",
- "DesDir": "d:\\tempProgramDir",
- "MacModelProgramDir": "d:\\MacModelProgramDir",
- "LogDir": "/eap/services/RmsLogDir",
- "ShareFileDir": "/eap/services/ShareFileDir01",
- "MaxBlock": "1048576",
- "CallMesInterface": true,
- "TimeOut": 10,
- "Client": "Onsemi",
- "Resume": "1",
- "BIDelay": 60, // 延迟60秒推送数据
- "BIIgnore": 5, // 忽略状态持续时间小于5s的数据
- "LanXinConfig": {
- "Url": "https://it.ofilm.com/portal/api/v1/lx/sendMsg",
- "Appid": "100570",
- "Secret": "L_9r@1b6Ui427uAqaI",
- "Tousers": "NF1732"
- }
- }
|