Skip to content

Commit f647602

Browse files
committed
docs: add empty line
1 parent c9b62d8 commit f647602

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

user_guide_src/source/general/configuration.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ Creating Dotenv File
7676
CodeIgniter expects the **.env** file to be at the root of your project alongside the
7777
**app** directories. There is a template file distributed with CodeIgniter that's
7878
located at the project root named **env** (Notice there's no dot (``.``) at the start?).
79+
7980
It has a large collection of variables your project might use that have been assigned
8081
empty, dummy, or default values. You can use this file as a starting place for your
8182
application by either renaming the template to **.env**, or by making a copy of it named **.env**.

0 commit comments

Comments
 (0)