Skip to content

Commit

Permalink
1.Config migrate executor times
Browse files Browse the repository at this point in the history
2. history comparation optimize
  • Loading branch information
shiyiyue1102 committed Dec 18, 2024
1 parent 220a6f3 commit 2838496
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions console/src/main/resources/application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,14 @@ server.port=8848
### Deprecated configuration property, it is recommended to use `spring.sql.init.platform` replaced.
# spring.datasource.platform=mysql
# nacos.plugin.datasource.log.enabled=true
#spring.sql.init.platform=mysql
spring.sql.init.platform=mysql
### Count of DB:
# db.num=1
db.num=1

### Connect URL of DB:
# db.url.0=jdbc:mysql://127.0.0.1:3306/nacos?characterEncoding=utf8&connectTimeout=1000&socketTimeout=3000&autoReconnect=true&useUnicode=true&useSSL=false&serverTimezone=UTC
# db.user=nacos
# db.password=nacos
db.url.0=jdbc:mysql://127.0.0.1:3306/nacos?characterEncoding=utf8&connectTimeout=1000&socketTimeout=3000&autoReconnect=true&useUnicode=true&useSSL=false&serverTimezone=UTC
db.user=root
db.password=11021102

### the maximum retry times for push
nacos.config.push.maxRetryTime=50
Expand Down

0 comments on commit 2838496

Please sign in to comment.