Skip to content

Commit

Permalink
docs: update user guide
Browse files Browse the repository at this point in the history
  • Loading branch information
kenjis committed Apr 5, 2024
1 parent 6cf6f93 commit 6b80f3d
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions user_guide_src/source/general/configuration.rst
Original file line number Diff line number Diff line change
Expand Up @@ -378,10 +378,11 @@ Confirming Config Values
************************

The actual Config object property values are changed at runtime by the :ref:`registrars`
and :ref:`Environment Variables <configuration-classes-and-environment-variables>`.
and :ref:`Environment Variables <configuration-classes-and-environment-variables>`,
and :ref:`factories-config-caching`.

CodeIgniter has the following :doc:`command <../cli/spark_commands>` to check
Config values.
the actual Config values.

.. _spark-config-check:

Expand Down Expand Up @@ -417,3 +418,9 @@ The output is like the following:
public 'CSPEnabled' -> boolean false
)
Config Caching: Disabled
You can see if Config Caching is eabled or not.

.. note:: If Config Caching is enabled, the cached values are used permanently.
See :ref:`factories-config-caching` for details.

0 comments on commit 6b80f3d

Please sign in to comment.