Commit c3576c48 by Administrator

Update application-dev.yml

parent bbec8910
...@@ -6,8 +6,8 @@ spring: ...@@ -6,8 +6,8 @@ spring:
redis: redis:
database: 1 database: 1
remote: false #cachecloud 获取 remote: false #cachecloud 获取
host: database_server host: redisServer
hostName: database_server #183.95.190.112 hostName: redisServer #183.95.190.112
port: 30102 port: 30102
password: techhero password: techhero
timeout: 0 timeout: 0
...@@ -17,7 +17,7 @@ spring: ...@@ -17,7 +17,7 @@ spring:
max-idle: 8 max-idle: 8
min-idle: 0 min-idle: 0
rabbitmq: rabbitmq:
host: database_server host: databaseServer
port: 5672 port: 5672
username: rabbit username: rabbit
password: rabbit-techhero password: rabbit-techhero
......
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