Revert "feat: use random value for auth secret"
This reverts commit ba6e098ead8b647d6670771df3c3aaf939b3b25d.
This commit is contained in:
parent
6f6fa54348
commit
74d21f7ee1
|
@ -15,10 +15,10 @@
|
||||||
"supported_architectures": ["amd64"],
|
"supported_architectures": ["amd64"],
|
||||||
"form_fields": [
|
"form_fields": [
|
||||||
{
|
{
|
||||||
"type": "random",
|
"type": "password",
|
||||||
"label": "Next.js Auth secret",
|
"label": "Next.js Auth secret. Generate one with `openssl rand -base64 32`",
|
||||||
"required": true,
|
"required": true,
|
||||||
"min": 50,
|
"min": 1,
|
||||||
"max": 1024,
|
"max": 1024,
|
||||||
"env_variable": "CALCOM_NEXTAUTH_SECRET"
|
"env_variable": "CALCOM_NEXTAUTH_SECRET"
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue
Block a user