Skip to content

Commit f739169

Browse files
committed
docs: add notes for environment variables
1 parent 384cae1 commit f739169

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

user_guide_src/source/concepts/autoloader.rst

+4
Original file line numberDiff line numberDiff line change
@@ -193,3 +193,7 @@ How to Enable FileLocator Caching
193193
Set the following property to ``true`` in **app/Config/Optimize.php**::
194194

195195
public bool $locatorCacheEnabled = true;
196+
197+
.. note::
198+
This property cannot be overridden by
199+
:ref:`environment variables <configuration-classes-and-environment-variables>`.

user_guide_src/source/concepts/factories.rst

+4
Original file line numberDiff line numberDiff line change
@@ -322,6 +322,10 @@ Set the following property to ``true`` in **app/Config/Optimize.php**::
322322

323323
public bool $configCacheEnabled = true;
324324

325+
.. note::
326+
This property cannot be overridden by
327+
:ref:`environment variables <configuration-classes-and-environment-variables>`.
328+
325329
.. note::
326330
Prior to v4.5.0, uncomment the following code in **public/index.php**::
327331

0 commit comments

Comments
 (0)