You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -68,6 +69,20 @@ The type of database the bot will use; one of:
68
69
-`#!yaml postgresql`
69
70
-`#!yaml sqlite`
70
71
72
+
### `DISABLE_ENCRYPTION`
73
+
74
+
<small>:octicons-question-16: Optional</small>
75
+
76
+
When set to `#!yaml true` (must be lowercase), encryption/decryption calls will return the input data as-is, disabling data encryption for the instance.
77
+
78
+
!!! danger
79
+
**Important!**
80
+
Changing this option after initial setup requires a full database reset or migration.
81
+
The migration process needs to **encrypt or decrypt all relevant data fields accordingly** to avoid errors.
82
+
83
+
- If you enable it after it was previously disabled or unset, the bot won't be able to decrypt some existing encrypted data properly.
84
+
- If you disable it after it was previously enabled, the bot will error when trying to decrypt existing unencrypted data.
85
+
71
86
### `DISCORD_SECRET`
72
87
73
88
Your Discord application's secret key, used for OAuth2.
0 commit comments