application-dev.yml 7.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168
  1. spring:
  2. autoconfigure:
  3. #自动化配置 例外处理
  4. exclude: com.alibaba.druid.spring.boot.autoconfigure.DruidDataSourceAutoConfigure
  5. datasource:
  6. type: com.alibaba.druid.pool.DruidDataSource
  7. dynamic:
  8. primary: master
  9. datasource:
  10. master:
  11. driver-class-name: com.mysql.cj.jdbc.Driver
  12. url: jdbc:mysql://8.142.26.206:3306/tl?useUnicode=true&characterEncoding=UTF-8&serverTimezone=Asia/Shanghai&nullCatalogMeansCurrent=true&autoReconnect=true&failOverReadOnly=false
  13. username: root
  14. password: Zwr~-f6H,u6QE^]C-AD_
  15. redis:
  16. database: 10
  17. host: 8.142.26.206
  18. port: 6379
  19. password: wa3re~86Hu&ifniyM # 密码(默认为空)
  20. timeout: 36000ms # 连接超时时长(毫秒)
  21. jedis:
  22. pool:
  23. max-active: 1000 # 连接池最大连接数(使用负值表示没有限制)
  24. max-wait: -1ms # 连接池最大阻塞等待时间(使用负值表示没有限制)
  25. max-idle: 10 # 连接池中的最大空闲连接
  26. min-idle: 5 # 连接池中的最小空闲连接
  27. logging:
  28. level:
  29. org.camunda: debug #打印camunda 日志 一般用于 查看camunda 执行sql
  30. # 课表时段
  31. timetable:
  32. summer-start: 05-01
  33. summer-end: 09-30
  34. winter-start: 10-01
  35. winter-end: 04-30
  36. mqtt:
  37. username: root
  38. password: qwe123QWE
  39. server: tcp://8.142.26.206:1883
  40. qos: 1
  41. xjrsoft:
  42. oss:
  43. #enabled: true
  44. cloud-type: minio
  45. access-key: ycbx
  46. secret-key: qwe123QWE
  47. endpoint: https://test.minio.yingcaibx.com
  48. endpoint-preview: https://test.minio.yingcaibx.com
  49. bucket-name: learun
  50. prefix: xjr
  51. generate:
  52. webPath: E:\code\font\xjrsoft-vue3 #生成代码的路径
  53. appPath: E:\code\uniapp\xjrsoft-uni #前端app
  54. common:
  55. druid-account: admin # druid 监控账户
  56. druid-password: admin # druid 监控密码
  57. default-password: "000000" #默认密码(用户重置密码后为该密码)
  58. domain-api: https://test.tl.web.yingcaibx.com/api #api域名地址
  59. domain-web: https://test.tl.web.yingcaibx.com #web域名地址
  60. # domain-api: http://127.0.0.1:9000/api #api域名地址
  61. # domain-web: http://127.0.0.1:9000 #web域名地址
  62. white-list:
  63. - 192.168.0.139
  64. exclude-urls:
  65. - /favicon.ico #网站图标
  66. - /webjars/** #swagger(knife4j) 接口文档必要资源
  67. - /swagger-resources/** #swagger(knife4j) 接口文档必要资源
  68. - /v2/api-docs #swagger(knife4j) 接口文档必要资源
  69. - /doc.html #swagger(knife4j) 接口文档必要资源
  70. - /druid/** #druid 监控
  71. - /ureport/**
  72. - /system/captcha # 验证码
  73. - /system/imgcaptcha #图形验证码
  74. - /system/loginCaptcha # 手机验证登录
  75. - /system/login # 登录接口
  76. - /system/logout # 登出接口
  77. - /camunda/** # camunda工作台
  78. - /language/** # language
  79. - /${magic-api.web}/** # magic-api web
  80. - /${magic-api.prefix}/** # magic-api 前缀
  81. - /bi/project/info # 桌面
  82. - /system/loginByCode #编号登录
  83. - /organization/user/register # 注册
  84. - /oauth2/* # oauth2
  85. email:
  86. host: #邮件服务器的SMTP地址,可选,默认为smtp.<发件人邮箱后缀>
  87. port: # 邮件服务器的SMTP端口,可选,默认25
  88. auth: true
  89. from: # 发件人(必须正确,否则发送失败
  90. user: # 用户名,默认为发件人邮箱前缀
  91. pass: # 密码(注意,某些邮箱需要为SMTP服务单独设置授权码,详情查看相关帮助
  92. enterpriseWeChat:
  93. corpid: ww00ce9acc4f193f18
  94. secret: 02YXuJw_vYYJiDQvG-eKlXCUTDAaAJ1z7m9t8_hqoa0
  95. secret1: z3R17Od4ROW1zPisguiQmTfx0NvcYKmoIu19-82vdtU
  96. agentid: 1000003
  97. mpWeixin:
  98. appKey: wx93175d7fe68cd170
  99. appSecret: 4bab1c5ccd9d4d1d7854464d7251becf
  100. dingtalk:
  101. appKey: dingaex2gok1rllumlqs
  102. appSecret: Nv2pe-UoR0Z_Iw8d29laZfL3kH6ElmhZpRdPwI7SvmKJmaCI29qCrSlFEiMM88MB
  103. ureport:
  104. account: xjrsoft
  105. password: 123456
  106. keycloak:
  107. url: http://192.168.0.221:12829/auth/
  108. realm: test
  109. client-id: tzx-java
  110. secret: yo5kPZlHgmodz4vVASH61zq8i6gMhkk2
  111. user-name: tzx #如果不需要后端再次 可以不需要
  112. password: "000000" #可以不需要
  113. payload: code #从payload 某个key中取值 登录
  114. chatgpt:
  115. proxy-type: 0 # 不开启代理 == -1 http == 0 socket == 1
  116. proxy: 192.168.0.220
  117. port: 1081
  118. api-key: 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 #your api-key. It can be generated in the link https://beta.openai.com/docs/quickstart/adjust-your-settings
  119. # some properties as below have default values. Of course, you can change them.
  120. max-tokens: 4000 # The maximum number of tokens to generate in the completion.The token count of your prompt plus max_tokens cannot exceed the model's context length. Most models have a context length of 2048 tokens (except for the newest models, which support 4096).
  121. # model: text-davinci-003 # GPT-3 models can understand and generate natural language. We offer four main models with different levels of power suitable for different tasks. Davinci is the most capable model, and Ada is the fastest.
  122. # temperature: 0.0 # What sampling temperature to use. Higher values means the model will take more risks. Try 0.9 for more creative applications, and 0 (argmax sampling) for ones with a well-defined answer.We generally recommend altering this or top_p but not both.
  123. # top-p: 1.0 # An alternative to sampling with temperature, called nucleus sampling, where the model considers the results of the tokens with top_p probability mass. So 0.1 means only the tokens comprising the top 10% probability mass are considered.We generally recommend altering this or temperature but not both.
  124. sms:
  125. platform: HW_CLOUD #默认使用短信服务商
  126. captcha-sender: 8823053028920 #验证码通道号
  127. captcha-template-id: 97c6fcf9fd0149b39c0ed0e53480116f # 验证码 模板id
  128. notify-sender: 8823053111843 # 提示类提示短信 通道号
  129. notify-template-id: d424de0f2a9244ac9d2f2685cd158635 #提示类短信 模板id
  130. circulated-sender: 8823053111843 # 提示类传阅短信 通道号
  131. circulated-template-id: 5c179070a72447c79568ac22371be803 #提示类传阅短信 模板id
  132. timeout-sender: 8823053111843 # 提示类短超时信 通道号
  133. timeout-template-id: 5c179070a72447c79568ac22371be803 #提示类超时短信 模板id
  134. ctccsms: #电信三网短信配置
  135. app-key: 105649
  136. app-secret: c3868470891526d9
  137. signature: "【重庆市铜梁职业教育中心】"
  138. license:
  139. enabled: false #是否需要验证
  140. login-max: 100 #最大登陆人数
  141. start-time: 2023-07-01 00:00:00 #开始时间
  142. end-time: 2023-07-03 17:00:00 #结束时间
  143. company-name: xxx #公司名
  144. contact-number: xxx #联系人
  145. sms:
  146. huawei:
  147. #华为短信appKey
  148. appKey: 69s6YyLsrLgWW99BJ5K1K26WiF29
  149. #华为短信appSecret
  150. app-secret: RuE1YajkI6FC4Gh2WjVtOpychRGL
  151. #短信签名
  152. signature: 湘北智造
  153. #通道号
  154. sender: 8823053028920
  155. #模板ID 如果使用自定义模板发送方法可不设定
  156. template-id: 97c6fcf9fd0149b39c0ed0e53480116f
  157. #华为回调地址,如不需要可不设置或为空
  158. statusCallBack:
  159. #华为分配的app请求地址
  160. url: https://smsapi.cn-north-4.myhuaweicloud.com:443