We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98fd9e9 commit cbb8440Copy full SHA for cbb8440
1 file changed
user_guide_src/source/general/environments.rst
@@ -27,6 +27,9 @@ The environment ``testing`` is reserved for PHPUnit testing. It has special
27
conditions built into the framework at various places to assist with that.
28
You can't use it for your development.
29
30
+If you want another environment, e.g., for staging, you can add custom environments.
31
+See `Adding Environments`_.
32
+
33
*******************
34
Setting Environment
35
0 commit comments