| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394 |
- [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 = debug
- RunMode = release
- HttpPort = 8081
- ReadTimeout = 120
- WriteTimeout = 120
- 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
- # 对接
- GRFD = 1
- GRFDURL = http://120.48.30.31:88
- SyncStatus = 9
- [database]
- Type = mysql
- User = root
- Password = root
- Host = mariadb:3306
- Name = tmrwatch2
- Password = root
- TablePrefix =
- ShowXormlog = false
- ShowGetSqllog = false
- CacheApiSql = false
- [comm]
- PortName =com3
- BaudRate = 9600
- DataBits = 8
- StopBits = 1
- ParityMode = 0 #PARITY_NONE 0 PARITY_ODD 1 PARITY_EVEN 2
- InterCharacterTimeout = 100
- MinimumReadSize = 0
- refix =
- ShowXormlog = false
- ShowGetSqllog = false
- CacheApiSql = false
- [comm]
- PortName =
- BaudRate = 9600
- DataBits = 8
- StopBits = 1
- ParityMode = 0 #PARITY_NONE 0 PARITY_ODD 1 PARITY_EVEN 2
- InterCharacterTimeout = 100
- MinimumReadSize = 0
- [yyn]
- #蓝浩
- FarmId = "1830004776"
- ProductKey = "k03txxLKFae"
- DeviceName = "04776_p_breed"
- DeviceSecret = "e1fdb50556b13afe896e738fdcb25bf3"
- HeartBeat = "Tmr183000477604776_p_breed"
|