Skip to content

Commit c9b62d8

Browse files
committed
docs: fix section level
These sections explain how to use dotenv file.
1 parent 2d574c3 commit c9b62d8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

user_guide_src/source/general/configuration.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ The loaded environment variables are accessed using any of the following:
107107
.. warning:: Note that your settings from the **.env** file are added to Environment Variables. As a side effect, this means that if your CodeIgniter application is (for example) generating a ``var_dump($_ENV)`` or ``phpinfo()`` (for debugging or other valid reasons) **your secure credentials are publicly exposed**.
108108

109109
Nesting Variables
110-
=================
110+
-----------------
111111

112112
To save on typing, you can reuse variables that you've already specified in the file by wrapping the
113113
variable name within ``${...}``:
@@ -119,7 +119,7 @@ variable name within ``${...}``:
119119
TMP_DIR="${BASE_DIR}/tmp"
120120

121121
Namespaced Variables
122-
====================
122+
--------------------
123123

124124
There will be times when you will have several variables with the same name.
125125
The system needs a way of knowing what the correct setting should be.

0 commit comments

Comments
 (0)