Skip to content

Commit 5c8bc03

Browse files
committed
docs: remove misleading description
1 parent 37f7c5f commit 5c8bc03

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

user_guide_src/source/general/configuration.rst

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,8 @@ configuration class later during execution. In other words, it is recommended to
2929
treat configuration classes as immutable or readonly classes. This is especially
3030
important if you utilize :ref:`factories-config-caching`.
3131

32-
Configuration values can be retrieved from environment variables, hard-coded
33-
within the class files, or stored in a database using the :ref:`Settings <settings>`
34-
library.
32+
Configuration values can be hard-coded in the class files or obtained from
33+
environment variables at instantiation.
3534

3635
Working with Configuration Files
3736
********************************

0 commit comments

Comments
 (0)