Commit f337f203 authored by qiaobin's avatar qiaobin

fix: 生产环境配置文件修改3

parent 5aaf92b4
...@@ -24,7 +24,7 @@ spring: ...@@ -24,7 +24,7 @@ spring:
# Redis服务器连接端口 # Redis服务器连接端口
port: 6379 port: 6379
# Redis服务器连接密码(默认为空) # Redis服务器连接密码(默认为空)
password: antaikeji2019 password: antaikeji2020
# 连接超时时间(毫秒) # 连接超时时间(毫秒)
timeout: 10000 timeout: 10000
# 配置连接池属性 jedis与lettuce # 配置连接池属性 jedis与lettuce
...@@ -42,8 +42,8 @@ spring: ...@@ -42,8 +42,8 @@ spring:
rabbitmq: rabbitmq:
host: 172.27.134.198 host: 172.27.134.198
port: 5672 port: 5672
username: rabbit username: root
password: antaikeji666 password: antaikeji2020
# 需要手动去rabbitmq上创建 VirtualHost是相对独立的RabbitMQ服务器 VirtualHost之间是相互隔离的。exchange、queue、message不能互通。相当于mysql的db # 需要手动去rabbitmq上创建 VirtualHost是相对独立的RabbitMQ服务器 VirtualHost之间是相互隔离的。exchange、queue、message不能互通。相当于mysql的db
virtual-host: /wellnessunblocked/${spring.profiles.active} virtual-host: /wellnessunblocked/${spring.profiles.active}
listener: listener:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment