Skip to content

Commit 4857879

Browse files
author
Yang Guo
committed
update config template
1 parent 5923d3e commit 4857879

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

config/app-api.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
jdbc.url = jdbc:mysql://127.0.0.1:3306/flow_api_db?useSSL=false
55
jdbc.username = db_username
66
jdbc.password = db_password
7-
jdbc.pool.size = 200
7+
jdbc.pool.size = 50
88
jdbc.commit.auto = false
99
jdbc.connection.timeout = 20000
1010

config/app-cc.properties

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
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
88
jdbc.commit.auto = false
99
jdbc.connection.timeout = 20000
1010

0 commit comments

Comments
 (0)