| | |
| | | # 版权年份 |
| | | copyrightYear: 2025 |
| | | # 文件路径 示例( Windows配置D:/ruoyi/uploadPath,Linux配置 /home/ruoyi/uploadPath) |
| | | profile: D:/ruoyi/uploadPath |
| | | # profile: D:/ruoyi/uploadPath |
| | | profile: /home/ruoyi/uploadPath |
| | | |
| | | # 获取ip地址开关 |
| | | addressEnabled: false |
| | |
| | | approvalNumberPrefix: NEW |
| | | |
| | | getui: |
| | | appId: PfjyAAE0FK64FaO1w2CMb1 |
| | | appKey: zTMb831OEL6J4GK1uE3Ob4 |
| | | masterSecret: K1GFtsv42v61tXGnF7SGE5 |
| | | appId: D4ahd3xp0h8d2NpkVuUcD |
| | | appKey: 98DgkPBuUxAPO4w0iHIYW9 |
| | | masterSecret: bZc5gi5A8g9x0tG4MaKvd4 |
| | | domain: https://restapi.getui.cn/v2/ |
| | | # 离线推送使用的包名/组件名 |
| | | intentComponent: uni.app.UNI099A590/io.dcloud.PandoraEntry |
| | | intentComponent: uni.app.UNIAE016D6/io.dcloud.PandoraEntry |
| | | |
| | | # 开发环境配置 |
| | | server: |
| | | # 服务器的HTTP端口,默认为8080 |
| | | port: 8888 |
| | | port: 9011 |
| | | servlet: |
| | | # 应用的访问路径 |
| | | context-path: / |
| | |
| | | druid: |
| | | # 主库数据源 |
| | | master: |
| | | # url: jdbc:mysql://localhost:3306/product-inventory-management-new?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8 |
| | | # url: jdbc:mysql://localhost:3306/product-inventory-management-new?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8 |
| | | url: jdbc:mysql://1.15.17.182:9999/product-inventory-management-kthg?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8 |
| | | username: root |
| | | password: xd@123456.. |
| | |
| | | # redis 配置 |
| | | redis: |
| | | # 地址 |
| | | host: 127.0.0.1 |
| | | # host: 172.17.0.1 |
| | | # host: 127.0.0.1 |
| | | host: 172.17.0.1 |
| | | # 端口,默认为6379 |
| | | port: 6379 |
| | | # 数据库索引 |
| | | database: 0 |
| | | # 密码 |
| | | # password: root2022! |
| | | password: |
| | | # password: 123456 |
| | | |
| | | # 连接超时时间 |
| | | timeout: 10s |
| | |
| | | allowOverwrite: false |
| | | |
| | | file: |
| | | temp-dir: D:/ruoyi/temp/uploads # 临时目录 |
| | | upload-dir: D:/ruoyi/prod/uploads # 正式目录 |
| | | # temp-dir: D:/ruoyi/temp/uploads # 临时目录 |
| | | # upload-dir: D:/ruoyi/prod/uploads # 正式目录 |
| | | temp-dir: /home/ruoyi/temp/uploads |
| | | upload-dir: /home/ruoyi/prod/uploads |