Skip to content

Commit

Permalink
Update application.properties (#10078)
Browse files Browse the repository at this point in the history
Optimize datasource name configuration reading
  • Loading branch information
mroldx authored Mar 13, 2023
1 parent 1968b3f commit a2f17da
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion distribution/conf/application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,9 @@ server.port=8848

#*************** Config Module Related Configurations ***************#
### If use MySQL as datasource:
### Deprecated configuration property, it is recommended to use `spring.sql.init.platform` replaced.
# spring.datasource.platform=mysql
# spring.sql.init.platform=mysql

### Count of DB:
# db.num=1
Expand Down Expand Up @@ -257,4 +259,4 @@ nacos.istio.mcp.server.enabled=false
#nacos.remote.server.grpc.cluster.keep-alive-timeout=20000

## Sets a time(milliseconds) that specify the most aggressive keep-alive time clients are permitted to configure. The typical default is 5 minutes
#nacos.remote.server.grpc.cluster.permit-keep-alive-time=300000
#nacos.remote.server.grpc.cluster.permit-keep-alive-time=300000

0 comments on commit a2f17da

Please sign in to comment.