From e5bc859d98882e002380cfa0d4b43bdc3e39559c Mon Sep 17 00:00:00 2001 From: Leufolium Date: Wed, 6 Mar 2024 20:07:34 +0800 Subject: [PATCH] by Robin at 20240306; mix test sql conn info --- etc/mix/mix-test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/mix/mix-test.yaml b/etc/mix/mix-test.yaml index 5efaa1bb..cd30bb7f 100644 --- a/etc/mix/mix-test.yaml +++ b/etc/mix/mix-test.yaml @@ -22,7 +22,7 @@ mix_mongo: mix_mysql: uri: "127.0.0.1:3306" username: "root" - password: "Xbz@114514" + password: "Wishpal@2023" timeout: 3 read_timeout_s: 5 write_timeout_s: 3