1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677 |
- [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 = 60
- WriteTimeout = 60
- NoAuth = 1
- Mdns_servicename = kptadmin
- 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
- [database]
- Type = mysql
- User = root
- #Password = root
- #Host = 127.0.0.1:3326
- #Password = root
- #Host = 192.168.1.50:3326
- #Password = root123456
- #Password = keep
- Password = kepaiteng!QAZ
- #Password = kepaiteng!QAZ
- #Host = 47.92.52.73:3306
- #Host = 127.0.0.1:3306
- #Host = 210.16.186.252:3326
- Host = 222.73.129.15:31306
- #Name = equipment
- #Name = eqdev
- #Name = eq0422
- #Name = tmrgo
- Name = tmrwatch2
- TablePrefix =
- 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
|