Skip to content

Commit e12f913

Browse files
pirjandyw8
andcommitted
Discourage using dedicated staging environment
Fixes #240 See: https://12factor.net/dev-prod-parity Co-authored-by: Andy Waite <andyw8@users.noreply.github.com>
1 parent 7193066 commit e12f913

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.adoc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,8 @@ config.load_defaults 6.1
111111

112112
=== Staging Like Prod [[staging-like-prod]]
113113

114-
Create an additional `staging` environment that closely resembles the `production` one.
114+
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.
115116

116117
=== YAML Config [[yaml-config]]
117118

0 commit comments

Comments
 (0)