You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|**src/lib**| Reusable utilises and library source code like a logger|
68
67
|**src/middleware/**| Express Middlewares like error handler feature |
69
68
|**build/**| Compiled source files will be placed here |
@@ -81,26 +80,18 @@ Try it!! I am happy to hear your feedback or any kind of new features.
81
80
82
81
Set the `APPLY_ENCRYPTION` environment variable to `true` to enable encryption.
83
82
84
-
## Global Environment Object
85
-
86
-
You can directly access the environment attributes in any component/file using global environment object. For more details please check file `src/global.ts`.
87
-
88
-
*Example*
89
-
90
-
To access the `applyEncryption` attribute from `Envionment` class to Response Handler, write `environment.applyEncryption`;
91
-
92
83
## Swagger API Documentation
93
84
94
85
The swagger documentation is available at the following url `${host}/docs`:
0 commit comments