File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
console/src/main/resources Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -33,14 +33,14 @@ server.port=8848
33
33
# ## Deprecated configuration property, it is recommended to use `spring.sql.init.platform` replaced.
34
34
# spring.datasource.platform=mysql
35
35
# nacos.plugin.datasource.log.enabled=true
36
- spring.sql.init.platform =mysql
36
+ # spring.sql.init.platform=mysql
37
37
# ## Count of DB:
38
- db.num =1
38
+ # db.num=1
39
39
40
40
# ## Connect URL of DB:
41
- 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
42
- db.user =root
43
- db.password =11021102
41
+ # 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
42
+ # db.user=nacos
43
+ # db.password=nacos
44
44
45
45
# ## the maximum retry times for push
46
46
nacos.config.push.maxRetryTime =50
You can’t perform that action at this time.
0 commit comments