Commit 4f8e7c29 by Administrator

Update application-dev.yml

parent ac1ffdcc
...@@ -6,9 +6,9 @@ spring: ...@@ -6,9 +6,9 @@ spring:
redis: redis:
database: 1 database: 1
remote: false #cachecloud 获取 remote: false #cachecloud 获取
host: 119.96.87.17 host: database_server
hostName: 119.96.87.17 #183.95.190.112 hostName: 119.96.87.17 #183.95.190.112
port: 6379 port: 30102
password: techhero password: techhero
timeout: 0 timeout: 0
pool: pool:
...@@ -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: 119.96.87.17 host: database_server
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