application-pre.yml 9.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199
  1. spring:
  2. autoconfigure:
  3. #自动化配置 例外处理
  4. exclude: com.alibaba.druid.spring.boot.autoconfigure.DruidDataSourceAutoConfigure
  5. datasource:
  6. type: com.alibaba.druid.pool.DruidDataSource
  7. driver-class-name: com.mysql.cj.jdbc.Driver
  8. url: jdbc:mysql://10.150.10.137:3306/tl?useUnicode=true&characterEncoding=UTF-8&serverTimezone=Asia/Shanghai&nullCatalogMeansCurrent=true&autoReconnect=true&failOverReadOnly=false
  9. username: root
  10. password: Zwr~-f6H,u6QE^]C-AD_
  11. redis:
  12. database: 10
  13. host: 10.150.10.137
  14. port: 6379
  15. password: wa3re~86Hu&ifniyM # 密码(默认为空)
  16. timeout: 36000ms # 连接超时时长(毫秒)
  17. jedis:
  18. pool:
  19. max-active: 1000 # 连接池最大连接数(使用负值表示没有限制)
  20. max-wait: -1ms # 连接池最大阻塞等待时间(使用负值表示没有限制)
  21. max-idle: 10 # 连接池中的最大空闲连接
  22. min-idle: 5 # 连接池中的最小空闲连接
  23. logging:
  24. level:
  25. org.camunda: debug #打印camunda 日志 一般用于 查看camunda 执行sql
  26. # 课表时段
  27. timetable:
  28. summer-start: 05-01
  29. summer-end: 09-30
  30. winter-start: 10-01
  31. winter-end: 04-30
  32. xjrsoft:
  33. # 学生限流配置
  34. ratelimit:
  35. enabled: false #是否开启限流
  36. timeout: 5000 #限流时间(秒)
  37. oss:
  38. #enabled: true
  39. cloud-type: minio
  40. access-key: root
  41. secret-key: qwe123QWE
  42. endpoint: http://10.150.10.140:9000
  43. endpoint-preview: http://10.150.10.140:9000
  44. bucket-name: learun
  45. prefix: xjr
  46. generate:
  47. webPath: E:\code\font\xjrsoft-vue3 #生成代码的路径
  48. appPath: E:\code\uniapp\xjrsoft-uni #前端app
  49. common:
  50. druid-account: admin # druid 监控账户
  51. druid-password: admin # druid 监控密码
  52. default-password: "Aa123456." #默认密码(用户重置密码后为该密码)
  53. domain-api: http://10.150.10.139:8888/api #api域名地址
  54. # domain-app: https://yxh-web.ngrok.yingcaibx.com/# #app域名地址
  55. domain-app: http://tl-api.cf.yingcaibx.com/app/# #app域名地址
  56. domain-web: http://10.150.10.139:8888 #web域名地址
  57. # domain-api: http://127.0.0.1:9000/api #api域名地址
  58. # domain-web: http://127.0.0.1:9000 #web域名地址
  59. white-list:
  60. - 192.168.0.139
  61. exclude-urls:
  62. - /favicon.ico #网站图标
  63. - /webjars/** #swagger(knife4j) 接口文档必要资源
  64. - /swagger-resources/** #swagger(knife4j) 接口文档必要资源
  65. - /v2/api-docs #swagger(knife4j) 接口文档必要资源
  66. - /doc.html #swagger(knife4j) 接口文档必要资源
  67. - /druid/** #druid 监控
  68. - /ureport/**
  69. - /system/captcha # 验证码
  70. - /system/imgcaptcha #图形验证码
  71. - /system/loginCaptcha # 手机验证登录
  72. - /system/login # 登录接口
  73. - /system/logout # 登出接口
  74. - /camunda/** # camunda工作台
  75. - /language/** # language
  76. - /${magic-api.web}/** # magic-api web
  77. - /${magic-api.prefix}/** # magic-api 前缀
  78. - /bi/project/info # 桌面
  79. - /system/qrcode-login # 扫码登录
  80. - /oauth/callback/** #回调
  81. - /system/loginByCode #编号登录
  82. - /organization/user/register # 注册
  83. - /oauth2/* # oauth2
  84. - /system/bindOpenid # 绑定openid
  85. - /schedule/schedule/receive-msg
  86. - /system/check-QR-code-login
  87. - /system/loginQRCode
  88. - /system/QR-code-login
  89. - /event/receivePeople
  90. - /event/receiveCar
  91. - /event/visit
  92. - /system/findUserByCode
  93. - /student/basestudentinfo/studentinfoByKeyWord
  94. - /student/pbCseFeeobjupdate/enrollment-statistics-start
  95. - /student/baseNewStudent/basenewstudent-task-start
  96. - /student/basestudentinfo/studentinfoByKeyWordNotReading
  97. approval-time: 300 # 审核超时时间 目前设为5分钟
  98. email:
  99. host: #邮件服务器的SMTP地址,可选,默认为smtp.<发件人邮箱后缀>
  100. port: # 邮件服务器的SMTP端口,可选,默认25
  101. auth: true
  102. from: # 发件人(必须正确,否则发送失败
  103. user: # 用户名,默认为发件人邮箱前缀
  104. pass: # 密码(注意,某些邮箱需要为SMTP服务单独设置授权码,详情查看相关帮助
  105. enterpriseWeChat:
  106. corpid: ww00ce9acc4f193f18
  107. secret: 02YXuJw_vYYJiDQvG-eKlXCUTDAaAJ1z7m9t8_hqoa0
  108. secret1: z3R17Od4ROW1zPisguiQmTfx0NvcYKmoIu19-82vdtU
  109. agentid: 1000003
  110. mpWeChat:
  111. appKey: wxfeafb4ef984a4282
  112. appSecret: bad871713dd2d9c0bbf8f813eebcacbc
  113. weChatMessageTemplate:
  114. commonTemplate: qmpXORPM1Cocqn503Qa4OkNNQ0uxlj2-ed9m6uWO-v4
  115. assessmentTemplate: ehYfXni7exZUmt6dJX4Ukbm9ETarFfKLfXVYwNnjKMc
  116. attendanceMsgLateTemplate: o-KboOcqcJ3YpjPN2xwgM_NcjN-0yzwWlDDXYfTM0Q4 # 迟到消息
  117. attendanceMsgAbsenceTemplate: uPPJkWOSronnB_GJolcnarbl8qosDvsadxl0qL_4jdQ # 缺勤
  118. outInTemplate: ERkMebHjsziZO6WBrlzsbENiEuRR4vrlhJw5LR4aDr8
  119. attenDanceWarnTemplate: vdFsy-QUk5L56OmGgBsRC_RB-45qRTkLzMPQotV2A4Y
  120. appletWeChat:
  121. appKey: wx72e974483a9174e4
  122. appSecret: 3bbe99f6964c9f4fc11a8aa1224ac4b3
  123. dingtalk:
  124. appKey: dingaex2gok1rllumlqs
  125. appSecret: Nv2pe-UoR0Z_Iw8d29laZfL3kH6ElmhZpRdPwI7SvmKJmaCI29qCrSlFEiMM88MB
  126. ureport:
  127. account: xjrsoft
  128. password: 123456
  129. hikvision:
  130. host: 219.153.208.43:30443
  131. appKey: 21350095
  132. appSecret: LXi9rE2fm8IfRoLnTA2G
  133. people-url: http://ff.cf.yingcaibx.com/event/receivePeople
  134. car-url: http://ff.cf.yingcaibx.com/event/receiveCar
  135. visit-url: http://ff.cf.yingcaibx.com/event/visit
  136. keycloak:
  137. url: http://192.168.0.221:12829/auth/
  138. realm: test
  139. client-id: tzx-java
  140. secret: yo5kPZlHgmodz4vVASH61zq8i6gMhkk2
  141. user-name: tzx #如果不需要后端再次 可以不需要
  142. password: "000000" #可以不需要
  143. payload: code #从payload 某个key中取值 登录
  144. chatgpt:
  145. proxy-type: 0 # 不开启代理 == -1 http == 0 socket == 1
  146. proxy: 192.168.0.220
  147. port: 1081
  148. 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
  149. # some properties as below have default values. Of course, you can change them.
  150. 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).
  151. # 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.
  152. # 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.
  153. # 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.
  154. sms:
  155. platform: HW_CLOUD #默认使用短信服务商
  156. captcha-sender: 8823053028920 #验证码通道号
  157. captcha-template-id: 97c6fcf9fd0149b39c0ed0e53480116f # 验证码 模板id
  158. notify-sender: 8823053111843 # 提示类提示短信 通道号
  159. notify-template-id: d424de0f2a9244ac9d2f2685cd158635 #提示类短信 模板id
  160. circulated-sender: 8823053111843 # 提示类传阅短信 通道号
  161. circulated-template-id: 5c179070a72447c79568ac22371be803 #提示类传阅短信 模板id
  162. timeout-sender: 8823053111843 # 提示类短超时信 通道号
  163. timeout-template-id: 5c179070a72447c79568ac22371be803 #提示类超时短信 模板id
  164. ctccsms: #电信三网短信配置
  165. app-key: 105649
  166. app-secret: c3868470891526d9
  167. signature: "【重庆市铜梁职业教育中心】"
  168. license:
  169. enabled: false #是否需要验证
  170. login-max: 100 #最大登陆人数
  171. start-time: 2023-07-01 00:00:00 #开始时间
  172. end-time: 2023-07-03 17:00:00 #结束时间
  173. company-name: xxx #公司名
  174. contact-number: xxx #联系人
  175. sms:
  176. huawei:
  177. #华为短信appKey
  178. appKey: 69s6YyLsrLgWW99BJ5K1K26WiF29
  179. #华为短信appSecret
  180. app-secret: RuE1YajkI6FC4Gh2WjVtOpychRGL
  181. #短信签名
  182. signature: 湘北智造
  183. #通道号
  184. sender: 8823053028920
  185. #模板ID 如果使用自定义模板发送方法可不设定
  186. template-id: 97c6fcf9fd0149b39c0ed0e53480116f
  187. #华为回调地址,如不需要可不设置或为空
  188. statusCallBack:
  189. #华为分配的app请求地址
  190. url: https://smsapi.cn-north-4.myhuaweicloud.com:443