[test] reset default port in regression test conf (#9246)

Co-authored-by: morningman <chenmingyu@baidu.com>
This commit is contained in:
Mingyu Chen
2022-04-27 11:02:32 +08:00
committed by GitHub
parent 597115c305
commit 923c38398f

View File

@ -20,11 +20,11 @@
// **Note**: default db will be create if not exist
defaultDb = "regression_test"
jdbcUrl = "jdbc:mysql://127.0.0.1:9232/?"
jdbcUrl = "jdbc:mysql://127.0.0.1:9030/?"
jdbcUser = "root"
jdbcPassword = ""
feHttpAddress = "127.0.0.1:8232"
feHttpAddress = "127.0.0.1:8030"
feHttpUser = "root"
feHttpPassword = ""