File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 44jdbc.url = jdbc:mysql://127.0.0.1:3306/flow_api_db?useSSL=false
55jdbc.username = db_username
66jdbc.password = db_password
7- jdbc.pool.size = 200
7+ jdbc.pool.size = 50
88jdbc.commit.auto = false
99jdbc.connection.timeout = 20000
1010
Original file line number Diff line number Diff line change 11# # for flow control center docker env ##
22
33# ## jdbc config ###
4- jdbc.url = jdbc:mysql://127.0.0.1:3306/flow_cc_db?useSSL=false&createDatabaseIfNotExist=true
5- jdbc.username = root
6- jdbc.password =
7- jdbc.pool.size = 10
4+ jdbc.url = jdbc:mysql://127.0.0.1:3306/flow_cc_db?useSSL=false
5+ jdbc.username = db_username
6+ jdbc.password = db_password
7+ jdbc.pool.size = 50
88jdbc.commit.auto = false
99jdbc.connection.timeout = 20000
1010
You can’t perform that action at this time.
0 commit comments