| | |
| | | com.ruoyi: warn |
| | | org.springframework: warn |
| | | |
| | | minio: |
| | | endpoint: http://114.132.189.42/ |
| | | port: 7019 |
| | | secure: false |
| | | accessKey: admin |
| | | secretKey: 12345678 |
| | | preview-expiry: 24 # 预览地址默认24小时 |
| | | default-bucket: uploadPath |
| | | # 用户配置 |
| | | user: |
| | | password: |
| | |
| | | |
| | | # Spring配置 |
| | | spring: |
| | | main: |
| | | allow-circular-references: true # 允许循环依赖 |
| | | datasource: |
| | | type: com.alibaba.druid.pool.DruidDataSource |
| | | driverClassName: com.mysql.cj.jdbc.Driver |
| | | druid: |
| | | # 主库数据源 |
| | | master: |
| | | url: jdbc:mysql://mysql:3306/product-inventory-management-qxy?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8 |
| | | url: jdbc:mysql://36.134.154.10:9002/product-inventory-management-qxy?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8 |
| | | username: root |
| | | password: qxy@123456.. |
| | | # 从库数据源 |
| | |
| | | restart: |
| | | # 热部署开关 |
| | | enabled: false |
| | | # redis 配置 |
| | | data: |
| | | mongodb: |
| | | uri: mongodb://114.132.189.42:9028/chat_memory_db |
| | |
| | | redis: |
| | | # 地址 |
| | | # host: 127.0.0.1 |
| | | host: redis |
| | | host: 172.17.0.1 |
| | | # 端口,默认为6379 |
| | | port: 6379 |
| | | # 数据库索引 |
| | | database: 0 |
| | | # 密码 |
| | | # password: JHY20260510. |
| | | # password: root2022! |
| | | password: |
| | | |
| | | # 连接超时时间 |
| | |
| | | token: |
| | | # 令牌自定义标识 |
| | | header: Authorization |
| | | # 令牌密钥 新版jwt密钥长度必须64位以上 |
| | | # 令牌密钥 |
| | | secret: xpAVjhCjQDaDB7mjPAzMDSbQWXNu2zYkTdDNUsPMS5Xx8QMmQVYN7n74eZrYJxDJ |
| | | # 令牌有效期(默认30分钟) |
| | | expireTime: 450 |
| | |
| | | compress: true # 是否压缩 |
| | | needCompressSize: 10MB # 压缩阈值 |
| | | compressQuality: 0.5 # 压缩质量(0.0-1.0) |
| | | knowledge: |
| | | one: D:\新疆大罗素企业产品体系说明文档.md |
| | | |