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",
|
||||
"port": 3306,
|
||||
"user": "test",
|
||||
"password": "test123",
|
||||
"password": "1fN6G2pwnHzV21ip/ZEM6Q==",
|
||||
"db": "pccs",
|
||||
"charset": "utf8mb4",
|
||||
"minsize": 2,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user