@xnestjs/storage 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
|
@@ -70,7 +70,7 @@ export class MyModule {}
|
|
|
70
70
|
The library supports configuration through environment variables. Environment variables below is accepted.
|
|
71
71
|
All environment variables starts with prefix (STORAGE\_). This can be configured while registering the module.
|
|
72
72
|
|
|
73
|
-
|
|
73
|
+
<!--- BEGIN env --->
|
|
74
74
|
|
|
75
75
|
| Environment Variable | Type | Default | Description |
|
|
76
76
|
| -------------------- | ---- | ------- | ----------------------------------- |
|
|
@@ -90,4 +90,4 @@ All environment variables starts with prefix (STORAGE\_). This can be configured
|
|
|
90
90
|
| STORAGE_S3_SECRET_KEY | String | | |
|
|
91
91
|
| STORAGE_S3_ACC_ENDPOINT | String | | |
|
|
92
92
|
|
|
93
|
-
|
|
93
|
+
<!--- END env --->
|