Skip to content

Commit

Permalink
Update config.yaml (#384)
Browse files Browse the repository at this point in the history
  • Loading branch information
cubxxw authored Jan 21, 2024
1 parent c6be9e5 commit 53be77b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deployments/templates/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ mysql:
address: [ 172.28.0.1:13306 ] # MYSQL_ADDRESS and MYSQL_PORT, MySQL server address and port
username: root # MYSQL_USERNAME, Username for MySQL
password: openIM123 # MYSQL_PASSWORD, Password for MySQL
database: openIM_v3 # MYSQL_DATABASE, Database name
database: openim_v3 # MYSQL_DATABASE, Database name
maxOpenConn: 1000 # Max open connections
maxIdleConn: 100 # Max idle connections
maxLifeTime: 60 # Max lifetime of connections in seconds
Expand Down

0 comments on commit 53be77b

Please sign in to comment.