[test] reset default port in regression test conf (#9246)
Co-authored-by: morningman <chenmingyu@baidu.com>
This commit is contained in:
@ -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 = ""
|
||||
|
||||
|
||||
Reference in New Issue
Block a user