Skip to content

Commit

Permalink
Removed validation.key from storage/runtime content list
Browse files Browse the repository at this point in the history
  • Loading branch information
Saboteur777 authored Dec 18, 2023
1 parent a1b6ba6 commit 5c83525
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docs/4.x/directory-structure.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ For the curious, here are the types of things you will find in `storage/runtime/
- `compiled_classes/` – Stores some dynamically-defined PHP classes.
- `compiled_templates/` – Stores compiled Twig templates.
- `temp/` – Stores temp files.
- `validation.key` – A randomly-generated, cryptographically secure key that is used for hashing and validating data between requests.

::: tip
You can customize the name and location of this folder by setting the [CRAFT_STORAGE_PATH](config/README.md#craft-storage-path) PHP constant in your [entry script](./config/README.md#entry-script).
Expand Down

0 comments on commit 5c83525

Please sign in to comment.