fix: encrypt db password in config.json
This commit is contained in:
parent
6bca07f4a6
commit
2d8b98bcda
@ -13,7 +13,7 @@
|
|||||||
"host": "127.0.0.1",
|
"host": "127.0.0.1",
|
||||||
"port": 3306,
|
"port": 3306,
|
||||||
"user": "test",
|
"user": "test",
|
||||||
"password": "test123",
|
"password": "1fN6G2pwnHzV21ip/ZEM6Q==",
|
||||||
"db": "pccs",
|
"db": "pccs",
|
||||||
"charset": "utf8mb4",
|
"charset": "utf8mb4",
|
||||||
"minsize": 2,
|
"minsize": 2,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user