Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface HostnamesMap

Object containing the hostname to environment map. Each key is the name of the environment, with the value being an array of strings and RegExp's that map to the environment.

Hierarchy

  • HostnamesMap

Indexable

[environment: string]: Array<string | RegExp>

Object containing the hostname to environment map. Each key is the name of the environment, with the value being an array of strings and RegExp's that map to the environment.

Generated using TypeDoc