123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100 |
- [app]
- PageSize = 10
- JwtSecret = 111111
- FileSavePath=uploads/files/
- FileMaxSize = 104857600
- 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 = 8082
- ReadTimeout = 60
- WriteTimeout = 60
- NoAuth = 1
- Mdns_servicename = kptadmin
- Mdns_serviceport = 53552
- # 0 http 1 https 2 http & https 不填 http
- Https = 0
- HttpsPort = 443
- CrtPath = conf/ssl.crt
- KeyPath = conf/ssl.key
- MailStart = 0
- CronFormula = 0 10 * * *
- WXworkStart = 0
- #WXworkAgentid = 1000022
- WXworkAgentid = 1000005 #测试线
- #WXworkSecret = RV9z-XTVrVj-BsSQ_6F6nhsX3YpeBE0oH2vzZZPG2qg # 正式环境
- WXworkSecret = o0IOfLkXidUjc5X2aHgByNemFaG69gQz-FgHaBxztXE #测试线
- #WXworkCorpid = wx93ee6ef7d7810920 #正式线
- WXworkCorpid = ww70edaf8db8d78cfc #测试线
- # 服务
- ServerName = eq
- DisplayName = eq
- Description = eq
- # eas 信息
- EasName = 田欣宇
- #EasPassword = xdmy@1234
- EasPassword = xdmy@1234
- EasUrl = http://60.174.151.11:6888
- #EasUrl = 192.168.61.26
- [database]
- Type = mysql
- User = root
- #User = zp30o1
- #Password = root
- #Host = 127.0.0.1:3326
- Host = 210.16.186.252:3326
- #Host = cz-p3.hichina.com:3306
- #Password = root
- Password = kptzhu@163.com
- #Password = u4z7a7k5
- #Host = 192.168.1.50:3326
- # Host = 192.168.1.8:3326
- #####本地
- #Password = kepaiteng!QAZ
- #Password = keep
- # Host = 222.73.129.15:31306
- #Host = 127.0.0.1:3306
- #Host = 210.16.186.252
- #Name = equipment
- Name = zp30o1_db
- #Name = crm
- #Name = eq0422
- #Name = eq
- #Name = test
- 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
|