minimonolith 0.20.0 → 0.20.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -124,7 +124,8 @@ There are 4 possible environments: DEV=TRUE & PROD=FALSE, DEV=TRUE & PROD=TRUE,
|
|
|
124
124
|
|
|
125
125
|
To better understand their relevance:
|
|
126
126
|
1. The "new concept" DEV environments (DEV=TRUE) aim to make the api crash if an "important" error happens
|
|
127
|
-
|
|
127
|
+
- Its current only difference is it makes it crash on error at service registration phase
|
|
128
|
+
- Some may think QA should also fail on "important" errors They can use DEV=TRUE there But some do training activities on QA that should be minimally disrupted
|
|
128
129
|
2. The "new concept" QA environments (PROD=FALSE) aim at logging data about the system which on production environments would be forbiden personal information
|
|
129
130
|
1. This is relevant because replication of QA activities (even security QA activities) depend heavily on this
|
|
130
131
|
|