Method: Adalog::Configuration#defaults

Defined in:
lib/adalog/configuration.rb

#defaultsObject



17
18
19
20
21
22
23
24
# File 'lib/adalog/configuration.rb', line 17

def defaults
  { repo:         Adalog::InMemoryRepo.new,
    singleton:    true,
    html_erb:     true,
    time_format:  "%H:%M:%S - %d %b %Y",
    web_heading:  "Stub Adapter Logs",
  }
end