Skip to content

Commit

Permalink
Update application-dev.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
YuKongEr authored Oct 9, 2018
1 parent 8bb5740 commit cab58ba
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions application-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ server:
min-spare-threads: 50 # Minimum amount of worker threads
spring:
redis:
host: 127.0.0.1
host: 193.112.100.103
port: 6379
password:
password: abc123
rabbitmq:
host: 127.0.0.1
port: 5672
Expand Down Expand Up @@ -63,4 +63,4 @@ hystrix:
execution:
isolation:
thread:
timeoutInMilliseconds: 60000
timeoutInMilliseconds: 60000

0 comments on commit cab58ba

Please sign in to comment.