From 2bdb13f4944042b3e9a68b58b9bc837d317dbc07 Mon Sep 17 00:00:00 2001 From: ibratabian17 Date: Fri, 18 Oct 2024 20:47:03 +0700 Subject: [PATCH] Disable encryption by default --- database/encryption.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/database/encryption.json b/database/encryption.json index 75982c5..dffb785 100644 --- a/database/encryption.json +++ b/database/encryption.json @@ -1,6 +1,6 @@ { "encrpytion": { "secretKey": "OpenParty.", - "userEncrypt": "DoNotShareThisFileToAnyone" + "userEncrypt": "" } } \ No newline at end of file