Skip to content

Commit

Permalink
Replace salts link
Browse files Browse the repository at this point in the history
  • Loading branch information
vinkla committed Feb 15, 2023
1 parent 1d30368 commit 31e40c8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ DB_USER=root
DB_PASSWORD=
DB_TABLE_PREFIX=wp_

# https://wordplate.github.io/salt/
# https://vinkla.github.io/salts/
AUTH_KEY=
SECURE_AUTH_KEY=
LOGGED_IN_KEY=
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ The next thing you should do after installing WordPlate is adding salt keys to y

Typically, these strings should be 64 characters long. The keys can be set in the `.env` environment file. If you have not copied the `.env.example` file to a new file named `.env`, you should do that now. **If the salt keys isn't set, your user sessions and other encrypted data will not be secure.**

If you're lazy like us, [visit our salt key generator](https://wordplate.github.io/salt) and copy the randomly generated keys to your `.env` file.
If you're lazy like us, [visit our salt key generator](https://vinkla.github.io/salts/) and copy the randomly generated keys to your `.env` file.

### Environment Configuration

Expand Down

0 comments on commit 31e40c8

Please sign in to comment.