Skip to content

Commit cbe1028

Browse files
authored
Merge pull request #5476 from kenjis/fix-docs-environments.rst
docs: fix environments.rst
2 parents ce29e6f + a2df301 commit cbe1028

1 file changed

Lines changed: 2 additions & 10 deletions

File tree

user_guide_src/source/general/environments.rst

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -97,17 +97,9 @@ is affected.
9797
Error Reporting
9898
---------------
9999

100-
Setting the ENVIRONMENT constant to a value of 'development' will cause
100+
Setting the ENVIRONMENT constant to a value of ``development`` will cause
101101
all PHP errors to be rendered to the browser when they occur.
102-
Conversely, setting the constant to 'production' will disable all error
102+
Conversely, setting the constant to ``production`` will disable all error
103103
output. Disabling error reporting in production is a
104104
:doc:`good security practice </concepts/security>`.
105105

106-
Configuration Files
107-
-------------------
108-
109-
Optionally, you can have CodeIgniter load environment-specific
110-
configuration files. This may be useful for managing things like
111-
differing API keys across multiple environments. This is described in
112-
more detail in the Handling Different Environments section of the
113-
:doc:`Working with Configuration Files </general/configuration>` documentation.

0 commit comments

Comments
 (0)