We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7193066 + e12f913 commit bbcf3acCopy full SHA for bbcf3ac
README.adoc
@@ -111,7 +111,8 @@ config.load_defaults 6.1
111
112
=== Staging Like Prod [[staging-like-prod]]
113
114
-Create an additional `staging` environment that closely resembles the `production` one.
+Avoid creating additional environment configurations than the defaults of `development`, `test` and `production`.
115
+If you need a production-like environment such as staging, use environment variables for configuration options.
116
117
=== YAML Config [[yaml-config]]
118
0 commit comments