b37535df93df6951d8dfde206756514eb2617cd8.svn-base 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. [app]
  2. PageSize = 10
  3. JwtSecret = 111111
  4. FileSavePath=uploads/files/
  5. FileMaxSize = 104857600
  6. FileAllowType = .jpg, .jpeg, .png, .ico, .svg, .bmp, .gif, .doc, .docx, .ppt, .pptx, .xls, .xlsx, .pdf, .mp3, .txt
  7. ImageSavePath=uploads/image/
  8. ExportSavePath=uploads/exportfiles/
  9. ImageMaxSize = 10
  10. ThumbnailSavePath=uploads/thumbnail/
  11. ThumbnailMaxWidth=800
  12. ThumbnailMaxHeight=800
  13. LogSavePath = logs/
  14. LogSaveName = log
  15. LogFileExt = log
  16. TimeFormat = 20060102-150405
  17. [server]
  18. #debug or release
  19. #RunMode = debug
  20. RunMode = release
  21. HttpPort = 8082
  22. ReadTimeout = 60
  23. WriteTimeout = 60
  24. NoAuth = 1
  25. Mdns_servicename = kptadmin
  26. Mdns_serviceport = 53552
  27. # 0 http 1 https 2 http & https 不填 http
  28. Https = 0
  29. HttpsPort = 443
  30. CrtPath = conf/ssl.crt
  31. KeyPath = conf/ssl.key
  32. MailStart = 0
  33. CronFormula = 0 10 * * *
  34. WXworkStart = 0
  35. WXworkAgentid = 1000022
  36. WXworkSecret = RV9z-XTVrVj-BsSQ_6F6nhsX3YpeBE0oH2vzZZPG2qg
  37. WXworkCorpid = wx93ee6ef7d7810920
  38. EASUrl = http://192.168.102.4:6888
  39. # 服务
  40. ServerName = eq
  41. DisplayName = eq
  42. Description = eq
  43. [database]
  44. Type = mysql
  45. User = root
  46. #Password = root
  47. #Host = 127.0.0.1:3326
  48. #Password = root
  49. #Host = 192.168.1.50:3326
  50. Password = root123456
  51. Host = 47.92.52.73:3306
  52. #Name = equipment
  53. #Name = eqdev
  54. #Name = eq0422
  55. Name = eqdev
  56. TablePrefix =
  57. ShowXormlog = false
  58. ShowGetSqllog = false
  59. CacheApiSql = false
  60. [comm]
  61. PortName =
  62. BaudRate = 9600
  63. DataBits = 8
  64. StopBits = 1
  65. ParityMode = 0 #PARITY_NONE 0 PARITY_ODD 1 PARITY_EVEN 2
  66. InterCharacterTimeout = 100
  67. MinimumReadSize = 0