Skip to content

Commit

Permalink
update docker/conf/nacos/application.properties.
Browse files Browse the repository at this point in the history
  • Loading branch information
1076718373 authored and gitee-org committed Oct 28, 2020
1 parent 2bdb57d commit b31b778
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/conf/nacos/application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ spring.datasource.platform=mysql
db.num=1

### Connect URL of DB:
db.url.0=jdbc:mysql://172.17.0.1:3306/nacos?characterEncoding=utf8&connectTimeout=1000&socketTimeout=3000&autoReconnect=true
db.url.0=jdbc:mysql://mysql:3306/nacos?characterEncoding=utf8&connectTimeout=1000&socketTimeout=3000&autoReconnect=true
db.user=root
db.password=password

Expand Down

0 comments on commit b31b778

Please sign in to comment.