Skip to content
Matthew Werner edited this page Nov 15, 2013 · 1 revision

Options

There are a handful of options that let you make spigot work the way you need.

logger:
  Specify a logger you would like Spigot to log to.
  type:    Object
  default: Logger.new(STDOUT)

options_key:
  The key which Spigot uses for configuring a resource map.
  type:    String
  default: 'spigot'

path:
  The directory which holds all the yaml files for the implemented services
  type:    String
  default: 'config/spigot'

translations:
  A map that, if present, overrides the resource maps found in the `path` directory
  type:    Hash
  default: nil

Clone this wiki locally