Skip to content
This repository has been archived by the owner on Jan 23, 2024. It is now read-only.

Commit

Permalink
docs: Remove duplicate CALENDSO key setup from README. (calcom#12595)
Browse files Browse the repository at this point in the history
  • Loading branch information
bijoysijo authored Dec 8, 2023
1 parent 46c51df commit ea2d8fc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,6 @@ echo 'NEXT_PUBLIC_DEBUG=1' >> .env

1. Copy and paste your `DATABASE_URL` from `.env` to `.env.appStore`.

1. Set a 24 character random string in your `.env` file for the `CALENDSO_ENCRYPTION_KEY` (You can use a command like `openssl rand -base64 24` to generate one).
1. Set up the database using the Prisma schema (found in `packages/prisma/schema.prisma`)

In a development environment, run:
Expand Down

0 comments on commit ea2d8fc

Please sign in to comment.