Skip to content

Commit

Permalink
fix: 1password password generator url
Browse files Browse the repository at this point in the history
  • Loading branch information
mcansh authored Apr 30, 2022
1 parent efc4b5c commit 5f46c60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ Prior to your first deployment, you'll need to do a few things:
>
> This simply means that the current directory contains a config that references the production app we created in the first step. Ignore this warning and proceed to create the secret.
If you don't have openssl installed, you can also use [1password](https://1password.com/generate-password) to generate a random secret, just replace `$(openssl rand -hex 32)` with the generated secret.
If you don't have openssl installed, you can also use [1password](https://1password.com/password-generator/) to generate a random secret, just replace `$(openssl rand -hex 32)` with the generated secret.
- Create a database for both your staging and production environments. Run the following:
Expand Down

0 comments on commit 5f46c60

Please sign in to comment.