diff --git a/apps/calcom/config.json b/apps/calcom/config.json index 42826579..0b2f9a83 100644 --- a/apps/calcom/config.json +++ b/apps/calcom/config.json @@ -23,10 +23,10 @@ "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`", "required": true, - "min": 32, + "min": 1, "max": 1024, "env_variable": "CALENDSO_ENCRYPTION_KEY" },