Skip to content

Commit 5e649d5

Browse files
committed
Minor tweaks
1 parent 6890cb8 commit 5e649d5

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

configuration/override_dir_structure.rst

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,8 @@ In this code, ``$this->environment`` is the current environment (i.e. ``dev``).
6161
In this case you have changed the location of the cache directory to
6262
``var/{environment}/cache/``.
6363

64-
This can also be achieved using a predefined environment variable named
65-
``APP_CACHE_DIR``. Its value must be the full path of the cache folder.
64+
You can also change the cache directory defining an environment variable named
65+
``APP_CACHE_DIR`` whose value is the full path of the cache folder.
6666

6767
.. caution::
6868

@@ -97,7 +97,8 @@ your application::
9797

9898
Here you have changed the location of the directory to ``var/{environment}/log/``.
9999

100-
And you can also do it using the predefined ``APP_LOG_DIR`` environment variable.
100+
You can also change the log directory defining an environment variable named
101+
``APP_LOG_DIR`` whose value is the full path of the log folder.
101102

102103
.. _override-templates-dir:
103104

0 commit comments

Comments
 (0)