Revert "feat: use random value for auth secret"

This reverts commit ba6e098ead8b647d6670771df3c3aaf939b3b25d.
This commit is contained in:
Sturdy 2024-01-31 16:40:54 +01:00
parent 6f6fa54348
commit 74d21f7ee1

View File

@ -15,10 +15,10 @@
"supported_architectures": ["amd64"],
"form_fields": [
{
"type": "random",
"label": "Next.js Auth secret",
"type": "password",
"label": "Next.js Auth secret. Generate one with `openssl rand -base64 32`",
"required": true,
"min": 50,
"min": 1,
"max": 1024,
"env_variable": "CALCOM_NEXTAUTH_SECRET"
},