Skip to content

Commit

Permalink
Rephrase CRAFT_STORAGE_PATH note
Browse files Browse the repository at this point in the history
  • Loading branch information
AugustMiller committed Jan 5, 2024
1 parent 5c83525 commit 72e8e2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/4.x/directory-structure.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ For the curious, here are the types of things you will find in `storage/runtime/
- `temp/` – Stores temp files.

::: 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).
You can customize the name and location of this folder by setting the [CRAFT_STORAGE_PATH](./config/README.md#craft-storage-path) variable as an [environment override](./config/README.md#environment-overrides).
:::

### `templates/`
Expand Down

0 comments on commit 72e8e2a

Please sign in to comment.