Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
  ..
  defaultEnv.ts
  dynamicEnv.ts
  envExport.ts
  README.md
Size: Mime:

env

defaultEnv

is where we SET process.env values so we have no defaults spread out through the app

envExport

is where we have some humanized and non-env constrained values (env cannot have non string values) we will want to change this to a Map for more dynamic abilities

dynamicEnv

this loads the env from the values stored in a dynamically created (via mutations) json file see /src/graphql-modules/env for more