@xnestjs/elasticsearch 1.8.0 → 1.9.0
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 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -60,7 +60,7 @@ export class MyModule {}
|
|
|
60
60
|
The library supports configuration through environment variables. Environment variables below is accepted.
|
|
61
61
|
All environment variables starts with prefix (MONGODB\_). This can be configured while registering the module.
|
|
62
62
|
|
|
63
|
-
|
|
63
|
+
<!--- BEGIN env --->
|
|
64
64
|
|
|
65
65
|
| Environment Variable | Type | Default | Description |
|
|
66
66
|
| ------------------------------------ | ------- | --------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
|
|
@@ -85,4 +85,4 @@ All environment variables starts with prefix (MONGODB\_). This can be configured
|
|
|
85
85
|
| ELASTIC_TLS_REJECT_UNAUTHORIZED | Boolean | False | If true the server will reject any connection which is notauthorized with the list of supplied CAs. This option only has an effect if requestCert is true. |
|
|
86
86
|
| ELASTIC_CA_FINGERPRINT | String | | If configured, verifies that the fingerprint of the CA certificate that has signed the certificate of the server matches the supplied fingerprint; only accepts SHA256 digest fingerprints |
|
|
87
87
|
|
|
88
|
-
|
|
88
|
+
<!--- END env --->
|