app.ini 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495
  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. WXworkAgentid = 1000005 #测试线
  37. #WXworkSecret = RV9z-XTVrVj-BsSQ_6F6nhsX3YpeBE0oH2vzZZPG2qg # 正式环境
  38. WXworkSecret = o0IOfLkXidUjc5X2aHgByNemFaG69gQz-FgHaBxztXE #测试线
  39. #WXworkCorpid = wx93ee6ef7d7810920 #正式线
  40. WXworkCorpid = ww70edaf8db8d78cfc #测试线
  41. # 服务
  42. ServerName = eq
  43. DisplayName = eq
  44. Description = eq
  45. # eas 信息
  46. EasName = 田欣宇
  47. #EasPassword = xdmy@1234
  48. EasPassword = xdmy@1234
  49. EasUrl = http://60.174.151.11:6888
  50. #EasUrl = 192.168.61.26
  51. [database]
  52. Type = mysql
  53. User = root
  54. #Password = root
  55. #Host = 127.0.0.1:3326
  56. #Host = 210.16.186.252:3326
  57. #Password = root
  58. #Host = 192.168.1.50:3326
  59. #####本地
  60. Password = kepaiteng!QAZ
  61. #Password = keep
  62. Host = 222.73.129.15:31306
  63. #Host = 127.0.0.1:3306
  64. #Host = 210.16.186.252
  65. #Name = equipment
  66. Name = eqdev
  67. #Name = crm
  68. #Name = eq0422
  69. #Name = eq
  70. #Name = test
  71. TablePrefix =
  72. ShowXormlog = false
  73. ShowGetSqllog = false
  74. CacheApiSql = false
  75. [comm]
  76. PortName =
  77. BaudRate = 9600
  78. DataBits = 8
  79. StopBits = 1
  80. ParityMode = 0 #PARITY_NONE 0 PARITY_ODD 1 PARITY_EVEN 2
  81. InterCharacterTimeout = 100
  82. MinimumReadSize = 0