Administrator
2026-06-17 fae67235f411f59a2b2d8d38e3378a4fc19e6c5e
config(prod): 更新生产环境配置

- 修改 RabbitMQ 连接凭据为新用户名和密码
- 更新静态资源配置的 URL 和路径映射
- 调整资源服务器地址和存储路径设置
1 files modified
8 ■■■■ changed files
src/main/resources/application-prod.yml 8 ●●●● patch | view | raw | blame | history
src/main/resources/application-prod.yml
@@ -44,8 +44,8 @@
  rabbitmq:
    host: 127.0.0.1
    port: 5672
    username: e20210816
    password: e20210816
    username: xc_rabbit
    password: xuncong123
    publisher-confirm-type: correlated
pay:
@@ -75,8 +75,8 @@
static:
  resource:
    url: https://res.mye2u.com/
    path: /home/javaweb/resource/
    url: http://159.198.39.140:30001/productImg/
    path: /home/javaweb/webresource/ds/productImg/
system:
  job: true