123456789101112131415161718192021222324252627282930313233343536 |
- {
- "Logging": {
- "LogLevel": {
- "Default": "Information",
- "Microsoft.AspNetCore": "Warning"
- }
- },
- "Ads": {
- "netID": "169.254.88.162.1.1",
- "port": "851"
- },
- "props": {
- "lineNo": "00200101",
- "serverAddr": "http://192.168.1.4:8888/wcs-server/"
- },
- "mq": {
- "host": "192.168.1.101",
- "port": "5672",
- "username": "admin",
- "password": "123456"
- },
- "ConnectionStrings": {
- "MySql": "server=localhost;user=mysqltest;database=ms_jgr;port=3306;password=test1234;Charset=utf8;Pooling=true",
- "Sqlite": "device.DB"
- },
- "Mqtt": {
- "url": "127.0.0.1",
- "port": "1883",
- "id": "ZP001", //当前工位ID
- "period": "1000", //当前工位ID
- "username": "",
- "password": "",
- "sub-topic": "/device/{0}/cmd", //订阅主题
- "send-topic": "/device/{0}/state" //发送主题
- }
- }
|