Skip to content

Commit 87864bd

Browse files
committed
docs: remove unneeded description
All source files should be in not web-accessible directories.
1 parent 1a1d618 commit 87864bd

1 file changed

Lines changed: 3 additions & 5 deletions

File tree

user_guide_src/source/general/configuration.rst

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -60,13 +60,11 @@ Creating Configuration Files
6060

6161
When you need a new configuration, first you create a new file at your desired location.
6262
The default file location (recommended for most cases) is **app/Config**.
63-
The class should use the appropriate namespace, and it should extend
64-
``CodeIgniter\Config\BaseConfig`` to ensure that it can receive environment-specific settings.
6563

6664
You can put configuration files in any folder you want by using a different namespace.
67-
This allows you to put configuration files on the production server in a folder
68-
that is not web-accessible while keeping it under **/app** for easy access
69-
during development.
65+
66+
The class should use the appropriate namespace, and it should extend
67+
``CodeIgniter\Config\BaseConfig`` to ensure that it can receive environment-specific settings.
7068

7169
Define the class and fill it with public properties that represent your settings:
7270

0 commit comments

Comments
 (0)