We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c9b62d8 commit f647602Copy full SHA for f647602
1 file changed
user_guide_src/source/general/configuration.rst
@@ -76,6 +76,7 @@ Creating Dotenv File
76
CodeIgniter expects the **.env** file to be at the root of your project alongside the
77
**app** directories. There is a template file distributed with CodeIgniter that's
78
located at the project root named **env** (Notice there's no dot (``.``) at the start?).
79
+
80
It has a large collection of variables your project might use that have been assigned
81
empty, dummy, or default values. You can use this file as a starting place for your
82
application by either renaming the template to **.env**, or by making a copy of it named **.env**.
0 commit comments