123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114 |
- [app]
- PageSize = 10
- JwtSecret = 111111
- FileSavePath=uploads/files/
- FileMaxSize = 1000000
- FileAllowType = .jpg, .jpeg, .png, .ico, .svg, .bmp, .gif, .doc, .docx, .ppt, .pptx, .xls, .xlsx, .pdf, .mp3, .txt
- ImageSavePath=uploads/image/
- ExportSavePath=uploads/exportfiles/
- ImageMaxSize = 10
- ThumbnailSavePath=uploads/thumbnail/
- ThumbnailMaxWidth=800
- ThumbnailMaxHeight=800
- LogSavePath = logs/
- LogSaveName = log
- LogFileExt = log
- TimeFormat = 20060102-150405
- [server]
- #debug or release
- #RunMode = debuggit
- RunMode = release
- HttpPort = 80
- ReadTimeout = 60
- WriteTimeout = 60
- NoAuth = 1
- Mdns_servicename = TMRWATCH
- Mdns_serviceport = 5354
- # 0 http 1 https 2 http & https 不填 http
- Https = 2
- HttpsPort = 443
- CrtPath = conf/ssl.crt
- KeyPath = conf/ssl.key
- # 服务
- ServerName = tmrgo
- DisplayName = tmrgo
- Description = tmrgo
- UDForwardingSvc = "http://127.0.0.1"
- # 对接
- GRFD = 1
- #GRFDURL = http://120.48.30.31:88
- GRFDURL = http://172.16.40.20:10001
- [database]
- Type = mysql
- User = root
- Password = root
- #Host = 8.130.17.8:3306
- Host = 192.168.1.93:3326
- #Host = 127.0.0.1:3316
- #Name = haiyuan
- #Password = root
- #Password = root
- #Password = kptzhu@163.com
- #Host = 192.168.1.50:3326
- #Password = root123456
- #Password = keep
- #Password = kpt123456*
- #Password = kepaiteng!QAZ
- #Host = 47.92.52.73:3306
- #Host = 127.0.0.1:3306
- #Host = 210.16.186.252:3326
- #Password = kptzhu@163.com
- #Host = 210.16.186.252:3326
- #Host = 127.0.0.1:3309
- #Name = equipment
- #Name = eqdev
- #Name = eq0422
- #Name = tmrgo
- #Password = kepaiteng!QAZ
- #Host = 222.73.129.15:31306
- Name = tmrwatch5
- TablePrefix =
- ShowXormlog = false
- ShowGetSqllog = false
- CacheApiSql = false
- [sqlserver]
- #Host = "sqlserver://sa:Password@@localhost?database=SysData&connection+timeout=30"
- ##张北乐源
- Host =
- User =
- Password =
- Name =
- [yyn]
- FarmId = "118300003869"
- ProductKey = "k03txxLKFae"
- DeviceName = "3869_p_breed"
- DeviceSecret = "289232e21ef22ab60e52ebbc708f1458"
- HeartBeat = "Tmr1183000038693869_p_breed"
- [comm]
- PortName =
- BaudRate = 9600
- DataBits = 8
- StopBits = 1
- ParityMode = 0 #PARITY_NONE 0 PARITY_ODD 1 PARITY_EVEN 2
- InterCharacterTimeout = 100
- MinimumReadSize = 0
|