A registry contains a list of all currently defined environment variables, with utilities for evaluating references to other variables. Not meant for external usage.
varsA named list of environment variables.
export_patternRegular expression for finding export statements in environment files.
var_patternRegular expression for identifying variable references.
variable_patternRegular expression for finding variable declarations.
comment_patternRegular expression for identifying comments
evaluate(v)Evaluate the value of the variable.
get(k)Retrieve the value of a variable.
initialize()Create a new registry and initialize vars to all variables from current session.
load(env_file)Load an environment file and set all exported variables.
set(k, v)Add a new variable to the registry, and evaluate for references to other variables.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.