|
|
@@ -1,47 +1,13 @@
|
|
|
-logging:
|
|
|
- level:
|
|
|
- cn.qinys.platform: debug
|
|
|
+# local 环境引导配置:仅包含 Nacos 连接信息,业务配置统一从 Nacos 配置中心读取
|
|
|
spring:
|
|
|
- ai:
|
|
|
- deepseek:
|
|
|
- api-key: sk-7de46bc6a5c845fcb5ec060e5e3f1441
|
|
|
- chat:
|
|
|
- model: deepseek-chat
|
|
|
- temperature: 0.7
|
|
|
+ config:
|
|
|
+ import:
|
|
|
+ - nacos:wishing-mobile-local.yml?group=wishing&refreshEnabled=true
|
|
|
cloud:
|
|
|
nacos:
|
|
|
- discovery:
|
|
|
- server-addr: 192.168.1.7:8848
|
|
|
+ server-addr: 192.168.1.177:8848
|
|
|
+ username: nacos
|
|
|
+ password: "h8zG&mehJ#.s7V"
|
|
|
+ config:
|
|
|
namespace: a62810f4-be60-4973-8bd0-8199d19526ef
|
|
|
- username: nacos
|
|
|
- password: h8zG&mehJ#.s7V
|
|
|
- group: wishing
|
|
|
- ip: 192.168.1.8
|
|
|
-
|
|
|
- data:
|
|
|
- redis:
|
|
|
- host: 192.168.1.7
|
|
|
- port: 6379
|
|
|
- password: "XinchanR@2022###"
|
|
|
- database: 3
|
|
|
-
|
|
|
- datasource:
|
|
|
- username: root
|
|
|
- password: "@@qinys12346.."
|
|
|
- url: jdbc:mysql://192.168.1.7:3306/wishing_tree?serverTimezone=Asia/Shanghai&useUnicode=true&characterEncoding=utf-8
|
|
|
- driver-class-name: com.mysql.cj.jdbc.Driver
|
|
|
-
|
|
|
-mybatis-plus:
|
|
|
- configuration:
|
|
|
- log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
|
|
|
- map-underscore-to-camel-case: true
|
|
|
- mapper-locations: classpath*:com/ctsi/platform/mobile/*/mapper/xml/*.xml
|
|
|
- global-config:
|
|
|
- db-config:
|
|
|
- logic-delete-field: deleted
|
|
|
- logic-delete-value: 1
|
|
|
- logic-not-delete-value: 0
|
|
|
-
|
|
|
-system:
|
|
|
- base-url: https://wish.qinys.cn/dgapi/mobile/ext/file/
|
|
|
- file-directory: D:\\xinchan\\server\\file\
|
|
|
+ file-extension: yml
|