Skip to content

Commit

Permalink
Merge branch 'master' of github.com:YuKongEr/config-reps
Browse files Browse the repository at this point in the history
  • Loading branch information
YuKongEr committed Apr 25, 2019
2 parents 189d94d + 617f615 commit 5e36d62
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions application-dev.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
eureka:
client:
service-url:
defaultZone: http://localhost:8761/eureka/
defaultZone: http://193.112.100.103:8761/eureka/

server:
tomcat:
max-threads: 500 # Maximum amount of worker threads.
min-spare-threads: 50 # Minimum amount of worker threads
spring:
datasource:
url: jdbc:mysql://193.112.100.103:3306/cloud?useUnicode=true&characterEncoding=UTF8&useSSL=false&autoReconnect=true
url: jdbc:mysql://127.0.0.1:3306/cloud?useUnicode=true&characterEncoding=UTF8&useSSL=false&autoReconnect=true
driver-class-name: com.mysql.jdbc.Driver
username: root
password: abc123
password: root
max-idle: 10
min-idle: 5
test-on-borrow: false
Expand All @@ -22,7 +22,7 @@ spring:
hikari:
minimum-idle: 0
redis:
host: 193.112.100.103
host: 127.0.0.103
port: 6379
password: x19961010

Expand Down

0 comments on commit 5e36d62

Please sign in to comment.