Revert "feat: make calcom encryption key random generated"

This reverts commit f4e1148dadc65379c56c9ce3cde4afe7e7f380de.
This commit is contained in:
Sturdy 2024-01-31 16:40:42 +01:00
parent a27e0f2ca9
commit 6f6fa54348

View File

@ -23,10 +23,10 @@
"env_variable": "CALCOM_NEXTAUTH_SECRET" "env_variable": "CALCOM_NEXTAUTH_SECRET"
}, },
{ {
"type": "random", "type": "password",
"label": "Calendso Encryption Key. Encryption key that will be used to encrypt CalDAV credentials, choose a random string, for example with `dd if=/dev/urandom bs=1K count=1 | md5sum`", "label": "Calendso Encryption Key. Encryption key that will be used to encrypt CalDAV credentials, choose a random string, for example with `dd if=/dev/urandom bs=1K count=1 | md5sum`",
"required": true, "required": true,
"min": 32, "min": 1,
"max": 1024, "max": 1024,
"env_variable": "CALENDSO_ENCRYPTION_KEY" "env_variable": "CALENDSO_ENCRYPTION_KEY"
}, },