Skip to content

Commit

Permalink
Fixes typo in docs twentyhq#5076 (twentyhq#5450)
Browse files Browse the repository at this point in the history
Micro fix

Fixes twentyhq#5076
  • Loading branch information
FelixMalfait committed May 17, 2024
1 parent 1694e0c commit 58f8c31
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ VERSION=x.y.z BRANCH=branch-name bash <(curl -sL https://git.new/20)
## Manual installation

1. Copy the [.env.example](https://github.com/twentyhq/twenty/blob/main/packages/twenty-docker/.env.example) into a `.env` in the same directory where your `docker-compose.yml` file will be
2. Run the command `openssl rand -base64 32` three times, make note of the string for each
3. In your .env file, replace the three "replace_me_with_a_random_string_access" with the three random strings you just generated.
2. Run the command `openssl rand -base64 32` four times, make note of the string for each
3. In your .env file, replace the three "replace_me_with_a_random_string_access" with the four random strings you just generated.

```
ACCESS_TOKEN_SECRET=replace_me_with_a_random_string_access
Expand Down

0 comments on commit 58f8c31

Please sign in to comment.