View Source Unplug.Predicates.EnvVarNotEquals (Unplug v1.1.0)

Given an environment variable, do not execute the plug if the configured value matches the expected value.

Usage:

plug Unplug,
  if: {Unplug.Predicates.EnvVarNotEquals, {"ENABLE_DEBUG", "false"}},
  do: MyApp.Plug