Administrator
15 hours ago 58cd01b90c3ddb533f7e1bcc32c06a3a77e887e4
chore(config): 更新测试环境配置为本地连接

- 将MySQL数据库连接URL从远程地址改为本地地址
- 将Redis服务器地址从远程地址改为本地地址
- 将RabbitMQ服务器地址从远程地址改为本地地址
- 保持所有其他数据库和缓存配置参数不变
1 files modified
6 ■■■■ changed files
src/main/resources/application-test.yml 6 ●●●● patch | view | raw | blame | history
src/main/resources/application-test.yml
@@ -18,13 +18,13 @@
          username: ry_vue_ai
          password: ry_vue_ai!@#123
          driver-class-name: com.mysql.cj.jdbc.Driver
          url: jdbc:mysql://8.166.133.146:3306/ry_vue_ai?useUnicode=true&characterEncoding=UTF-8&useJDBCCompliantTimezoneShift=true&useLegacyDatetimeCode=false&serverTimezone=GMT%2b8
          url: jdbc:mysql://127.0.0.1:3306/ry_vue_ai?useUnicode=true&characterEncoding=UTF-8&useJDBCCompliantTimezoneShift=true&useLegacyDatetimeCode=false&serverTimezone=GMT%2b8
  redis:
    # Redis数据库索引(默认为 0)
    database: 3
    # Redis服务器地址
    host: 8.166.133.146
    host: 127.0.0.1
    # Redis服务器连接端口
    port: 6379
    # Redis 密码
@@ -42,7 +42,7 @@
    # 连接超时时间(毫秒)
    timeout: 5000000
  rabbitmq:
    host: 8.166.133.146
    host: 127.0.0.1
    port: 5672
    username: xc_rabbit
    password: xuncong123