application-local.yml 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. logging:
  2. level:
  3. cn.qinys.platform: debug
  4. spring:
  5. ai:
  6. deepseek:
  7. api-key: sk-7de46bc6a5c845fcb5ec060e5e3f1441
  8. chat:
  9. options:
  10. model: deepseek-chat
  11. temperature: 0.7
  12. cloud:
  13. nacos:
  14. discovery:
  15. server-addr: 192.168.1.7:8848
  16. namespace: a62810f4-be60-4973-8bd0-8199d19526ef
  17. username: nacos
  18. password: h8zG&mehJ#.s7V
  19. group: wishing
  20. ip: 192.168.1.8
  21. data:
  22. redis:
  23. host: 192.168.1.7
  24. port: 6379
  25. password: "XinchanR@2022###"
  26. database: 3
  27. datasource:
  28. username: root
  29. password: "@@qinys12346.."
  30. url: jdbc:mysql://192.168.1.7:3306/wishing_tree?serverTimezone=Asia/Shanghai&useUnicode=true&characterEncoding=utf-8
  31. driver-class-name: com.mysql.cj.jdbc.Driver
  32. mybatis-plus:
  33. configuration:
  34. log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
  35. map-underscore-to-camel-case: true
  36. mapper-locations: classpath*:com/ctsi/platform/mobile/*/mapper/xml/*.xml
  37. global-config:
  38. db-config:
  39. logic-delete-field: deleted
  40. logic-delete-value: 1
  41. logic-not-delete-value: 0
  42. system:
  43. base-url: https://wish.qinys.cn/dgapi/mobile/ext/file/
  44. file-directory: D:\\xinchan\\server\\file\