spring: application: name: smartFollowUp datasource: type: com.alibaba.druid.pool.DruidDataSource driverClassName: org.postgresql.Driver url: jdbc:postgresql://192.168.100.236:5632/smartFollowUp?createDatabaseIfNotExist=true&useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=false&serverTimezone=GMT%2B8&autoReconnect=true&useInformationSchema=true username: root password: A123456. redis: # 地址 host: 192.168.100.236 # 端口,默认为6379 port: 9736 # 数据库索引 database: 3 # 密码 password: 6E6985E1F7CB40F24A\. # 连接超时时间 timeout: 30s lettuce: pool: # 连接池中的最小空闲连接 min-idle: 16 # 连接池中的最大空闲连接 max-idle: 16 # 连接池的最大数据库连接数 max-active: 16 # #连接池最大阻塞等待时间(使用负值表示没有限制) max-wait: -1ms rabbitmq: host: 192.168.100.32 port: 5672 username: guest password: guest wx: miniapp: configs: - appid: wxb8924b124a426c1b #微信小程序的appid secret: 90bbf63f5d88e3c2c443de105dd94fd5 #微信小程序的Secret token: smart #微信小程序消息服务器配置的token aesKey: 4ywJtjRvvpFONIVN8GxPhSpi2eQraoIDZgUwn8Jmm2C #微信小程序消息服务器配置的EncodingAESKey msgDataFormat: JSON mp: configs: - appid: wxf51eb892af67a9f6 secret: 016d9f879d40ade7a4f094f39a49f8d7 #微信公众号的Secret token: smart #微信公众号消息服务器配置的token aesKey: 1elyDzYtcnefWgXzhjpMWb9tm1c3ArChNLVWlIp2Oe3 #微信公众号消息服务器配置的EncodingAESKey # 添加aliyun配置 aliyun: llmApiKey: "sk-6038043b063c4f9eaadb497ec2fff50f" llmModel: "qwen3-30b-a3b-instruct-2507" aliAppKey: "LTAI4G7FA9ytMc76oNkJ45YJ" aliAppSecret: "R7hOvMfiHb0PYroDqUDXAYgB9htQss" imAgent: workplaceId: "llm-9othch7n7k4ue9uh" appId: "c71fc69490c0430186321c219fdd33dd" apiKey: "sk-6038043b063c4f9eaadb497ec2fff50f" imageAgent: workplaceId: "llm-9othch7n7k4ue9uh" appId: "8d8f926e83514ed4a9f5b62e17412f8f" apiKey: "sk-6038043b063c4f9eaadb497ec2fff50f"