Repository URL to install this package:
|
Version:
7.1.47 ▾
|
| .. |
| defaultEnv.ts |
| dynamicEnv.ts |
| envExport.ts |
| README.md |
defaultEnvis where we SET
process.envvalues so we have no defaults spread out through the app
envExportis where we have some humanized and non-env constrained values (env cannot have non string values) we will want to change this to a
Mapfor more dynamic abilities
dynamicEnvthis loads the env from the values stored in a dynamically created (via mutations) json file see
/src/graphql-modules/envfor more