fix: 数据库密码使用AES加密而非RC4
This commit is contained in:
parent
212a0c1f85
commit
24d1e4937c
@ -13,7 +13,7 @@
|
|||||||
"host": "127.0.0.1",
|
"host": "127.0.0.1",
|
||||||
"port": 3306,
|
"port": 3306,
|
||||||
"user": "test",
|
"user": "test",
|
||||||
"password": "QUZVcXg5V1p1STMybG5Ia0cn3HIUaqU=",
|
"password": "sOuj6f6r8K0b8ax9K+JxPQ==",
|
||||||
"db": "sage",
|
"db": "sage",
|
||||||
"charset": "utf8mb4"
|
"charset": "utf8mb4"
|
||||||
}
|
}
|
||||||
@ -24,7 +24,7 @@
|
|||||||
"host": "127.0.0.1",
|
"host": "127.0.0.1",
|
||||||
"port": 3306,
|
"port": 3306,
|
||||||
"user": "test",
|
"user": "test",
|
||||||
"password": "QUZVcXg5V1p1STMybG5Ia0cn3HIUaqU=",
|
"password": "sOuj6f6r8K0b8ax9K+JxPQ==",
|
||||||
"db": "sage",
|
"db": "sage",
|
||||||
"charset": "utf8mb4"
|
"charset": "utf8mb4"
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user