We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b924bf4 commit 69dad6eCopy full SHA for 69dad6e
1 file changed
user_guide_src/source/general/errors.rst
@@ -50,7 +50,7 @@ Error Reporting
50
51
By default, CodeIgniter will display a detailed error report with all errors in the ``development`` and ``testing`` environments, and will not
52
display any errors in the ``production`` environment. You can change this by setting the ``CI_ENVIRONMENT`` variable
53
-in the **.env** file.
+in the :ref:`.env <dotenv-file>` file.
54
55
.. important:: Disabling error reporting DOES NOT stop logs from being written if there are errors.
56
0 commit comments