Update CONTRIBUTING.md (#9814)

Co-authored-by: Peer Richelsen <peeroke@gmail.com>
This commit is contained in:
Parthib 2023-06-28 19:13:18 +05:30 committed by GitHub
parent 42494c7c2b
commit bddec9d1de
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -88,6 +88,7 @@ To develop locally:
5. Set up your `.env` file:
- Duplicate `.env.example` to `.env`.
- Use `openssl rand -base64 32` to generate a key and add it under `NEXTAUTH_SECRET` in the `.env` file.
- Use `openssl rand -base64 24` to generate a key and add it under `CALENDSO_ENCRYPTION_KEY` in the `.env` file.